Excel problem write cell

I have a query, i want to loop through each cell of column C in excel sheet and if there is any cell is empty in column C then write 0 into it.

Hi @Satyam_Shrivastava

Use Find/Replace activity

Input:

image

Output:

image

Regards,

Hi @Satyam_Shrivastava
in if condition

String.IsNullOrEmpty(CurrentRow("Period").ToString)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.