How to check if a cell Exists with any value or no value in an Excel. (we need boolean output)

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

image

image

something like this

Hi @jack.chan

thank you for reply

im getting error

thanks,
RajKumar

dont use read range, use read cell

2 Likes

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. :slight_smile:

1 Like

It work thank you so much :slightly_smiling_face:

1 Like

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