I am using index/match to find something in column B, and then output column C and D.
There are typically multiple matches, this is always finding just the first one.
My data is sorted in alphabetical order descending based on column B. Therefor all my matches will be one after another.
Without using VBA, what is the best way to display all the results.
There are typically multiple matches, this is always finding just the first one.
My data is sorted in alphabetical order descending based on column B. Therefor all my matches will be one after another.
Without using VBA, what is the best way to display all the results.