Forum Discussion
Escad199001
Feb 17, 2023Copper Contributor
findAll method - Can't get to row indexes
Hi Everyone, I need to manipulate a few strings in my spreadsheet.For that, I'm using the findAll and getAddress() methods. The getAddress returns a string with all the matches just like what th...
- Feb 18, 2023
There are no other options for getAddress(). Options are to transform returned text by script or outside; or return row indexes by other way.
findAll() returns set of areas, for each are you may related to this area range properties. For such example
Output is
SergeiBaklan
Feb 18, 2023Diamond Contributor
There are no other options for getAddress(). Options are to transform returned text by script or outside; or return row indexes by other way.
findAll() returns set of areas, for each are you may related to this area range properties. For such example
Output is
Escad199001
Feb 18, 2023Copper Contributor
I ended up doing something similar, so yes you're right!
I was wondering if another pre-defined method existed and I had missed in the documentation.
Good to know! Thanks Sergey.
- SergeiBaklanFeb 18, 2023Diamond Contributor
Escad199001 , you are welcome, glad to help