mgirvin
Well-known Member
- Joined
- Dec 15, 2005
- Messages
- 1,245
- Office Version
- 365
- Platform
- Windows
Re: June/July 2008 Challenge of the Month
Daniel Ferry,
Although I too think that Barry’s is still the best, I like your formula here also:
=OFFSET(D$1,SUM((IFERROR(FIND(D$1:D$10,A2),0)>0)*ROW(D$1:D$10))-1,1)
A slight variation is:
=OFFSET(E$1,SUM(ISNUMBER(SEARCH(D$2:D$10,A2))*ROW(D$2:D$10))-1,)
Daniel Ferry,
Although I too think that Barry’s is still the best, I like your formula here also:
=OFFSET(D$1,SUM((IFERROR(FIND(D$1:D$10,A2),0)>0)*ROW(D$1:D$10))-1,1)
A slight variation is:
=OFFSET(E$1,SUM(ISNUMBER(SEARCH(D$2:D$10,A2))*ROW(D$2:D$10))-1,)