Find in Worksheet with OR condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-10-24 05:45 AM
Hi,
I wanted to check whether few values are there in certain range in an Excel sheet. I think, I can use Find in Worksheet action from MS Excel VBO to achieve it, but is there any way to provide OR condition in Search Text input parameter something like 'abc' OR 'def'?
Thanks,
Dipin Dev P
Blue Prism Trial Blue Prism Enterprise v7 Blue Prism Cloud 2023.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-10-24 06:45 AM
Hello,
To efficiently perform complex logical operations, it's advisable to first gather the entire sheet into a collection. This approach is generally faster and offers more features through collection utilities compared to directly manipulating Excel.
If you need to work directly in Excel, consider applying a formula in a new column using multiple conditions, then filter the data accordingly.
