Im trying to create an excel file in which I need to find the locations of values that fit criteria in each column of a long (100+ column) row. I also need to repeat this process row by row. I was trying to use a cell based function, since I want the spreadsheet to work as the user changes values, instead of having to re-run a macro.
However, I cant come up with anything that seems to work. It seems like I'll either have to write a macro, or use a solution that would end up with an array function as big as the data itself.
The ideal solution would be if an arbitrary cell (x) could contain the location of the first match, then x+1 could contain the second location, etc... for as many matches as there are. Im not entirely sure this is feasible however.
Any suggestions?
Thanks.
However, I cant come up with anything that seems to work. It seems like I'll either have to write a macro, or use a solution that would end up with an array function as big as the data itself.
The ideal solution would be if an arbitrary cell (x) could contain the location of the first match, then x+1 could contain the second location, etc... for as many matches as there are. Im not entirely sure this is feasible however.
Any suggestions?
Thanks.