Hi,
i use these formulas quite a lot for looking up previous match
is there a more efficient way? As these seem to slow everything down
Formulas below are based on text data in column A, and values in Column B
Lookup Column C
=LOOKUP(2,1/($A$1:A2=A2),$B$1:B2)
Someone on Reddit gave me this...