phillippaige
New Member
- Joined
- Dec 2, 2020
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
I have a large (100k rows) dataset with a set of about 10 columns. I need a formula to search those columns for a given value (which will then be something that gets repeated about 200 times for different values) and return the number of rows on which it finds that value in any of the 10 columns.
However the data is such that on some rows, the value may appear in only 1 column, whereas on others the value will appear 2-3 times on the same row in differing columns. I need it to only count rows where that multiple occurrence happens as 1 instance.
Any smart way of doing this other than a rather nasty (and slow) loop in VBA? All help much appreciated!
However the data is such that on some rows, the value may appear in only 1 column, whereas on others the value will appear 2-3 times on the same row in differing columns. I need it to only count rows where that multiple occurrence happens as 1 instance.
Any smart way of doing this other than a rather nasty (and slow) loop in VBA? All help much appreciated!