Hi all,
In cell A2 I have the following string:
0>5>10>15>20>25>30
In B2:B27 of a tab called Scope the numbers i.e. 0, 1, 2... are listed. I'm using the following formula to match the number...
=LOOKUP(1,0/SEARCH(Scope!$B$2:$B$27,A2),Scope!$B$2:$B$27)
...which works fine if there are no blanks. How can I account for blanks in the formula?
I'm using Office 365 so maybe there's an alternative function like FILTER though I's still like so get my original formula working.
Many thanks,
Robert
In cell A2 I have the following string:
0>5>10>15>20>25>30
In B2:B27 of a tab called Scope the numbers i.e. 0, 1, 2... are listed. I'm using the following formula to match the number...
=LOOKUP(1,0/SEARCH(Scope!$B$2:$B$27,A2),Scope!$B$2:$B$27)
...which works fine if there are no blanks. How can I account for blanks in the formula?
I'm using Office 365 so maybe there's an alternative function like FILTER though I's still like so get my original formula working.
Many thanks,
Robert