Hi,
The following formula works in excel but not in Google Sheets. How do I modify to work in Google Sheets:
=LOOKUP(REPT("z",255),CHOOSE({1,2,3},"",
LOOKUP(999999999999999,SEARCH(abbreviations!$A$1:$JZ$1,'Invoice Insert'!F110),abbreviations!$A$3:$JZ$3)))
I basically want to search a range...