I have looked at @JohnSUN’s approach in this link, but my requirement is slightly different, and I don’t seem to be able to make anything work:
I have a large sheet, many columns and rows.
For simplicity, I’ve shown a simple section:
Column A : date
Column B : the criteria
Columns C to K : the data
I need to find the column numbers (or letters) in which the data in the cells in the row exceed that of B, and place the results at the end of the same row.
Therefore in cell L2 I’d have : “5,11” (or “E,K”), since these are greater than B2.
Any help would be most gratefully received.
Many thanks.