P
Pierre
Trying to use this formula, and it just doesn't respond.
Looking to extract numbers from column C,
if that is an error, look again in column F,
if that is an error as well, return" Burger King"
The formula would look sort of like this:
=IF(ISERROR(MID(C2,1,FIND("-",C2,1)-1)),=if(iserror(MID(F2,1,FIND("-",F2,1)-1),"Burger
King")))
(If column C begins with "letters" instead of numbers, it will
produce the error. Thats why we go to column F If an error is also
present in F, then enter "Burger King" as the result.
Many thanks for ideas, or corrections in nomemclature.
Pierre
Looking to extract numbers from column C,
if that is an error, look again in column F,
if that is an error as well, return" Burger King"
The formula would look sort of like this:
=IF(ISERROR(MID(C2,1,FIND("-",C2,1)-1)),=if(iserror(MID(F2,1,FIND("-",F2,1)-1),"Burger
King")))
(If column C begins with "letters" instead of numbers, it will
produce the error. Thats why we go to column F If an error is also
present in F, then enter "Burger King" as the result.
Many thanks for ideas, or corrections in nomemclature.
Pierre