Hi All,
How to check if a cell Exists with any value or no value in an Excel. (we need boolean output)
for example
In A7 Cells If there is any I have to come Then if there is none in A7 Cells I have to come Else
Hi All,
How to check if a cell Exists with any value or no value in an Excel. (we need boolean output)
for example
In A7 Cells If there is any I have to come Then if there is none in A7 Cells I have to come Else
Hello @RajKumar_DC,
You need to create a variable of the cell you need to check.
If you know the cell, use read cell activity. Create a variable and then put it inside the if condition.
It work thank you so much
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.