How to get cell name in excel

i want to retrieve a cell name from for each loop with condition

Hi @udouyolo ,

If you want to get cell address for any respective value then use Lookup activity.

Hi @udouyolo !
Would you mind explaining more your use case ?

  • Are you looking for a coordinate with a given word/expression ? (A2, C3, etc)
  • Are you looking for the name of the header with a given word/expression ?
  • Are you looking for the content of the cell ?

As @ermanoj3101 said, lookup activity would help if you’re looking for a distinct value. Otherwise, by default it will look for the first occurence and return a coordinate.

thank you i used lookup activity

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