Read particular Cell in excel if the value is "True"

i need to read a particular Cell, Cell contains value = True.

how to read that particular cell. i used read cell then am getting the error
image

The Excel sheet looks like:
image
i want to fetch that particular cell data…

please help me.
Thanks in Advance.

HI @manipreethi410

Whether the user id is different in the first column

I can see all the user id’s are same so you can try to loop through the rows and see
Row(“isUserEnable”).tostring =“T or F”

Regards
Sudharsan

how do i read False value from the excel…
image

You can try looping there

Regards
Sudharsan

user id will going to change.

Hi,

Can you try to use GenricValue type variable as the following?

Regards,

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