Hello!
I'd like to try to combine/join these two formulas together to return TRUE or FALSE
First Formula: IF(F2="GB",TRUE,FALSE)
Second Formula: =IF(ISNA(VLOOKUP(G2,UK!$M$2:$M$92,1,FALSE)),"FALSE","TRUE")
Essentially would like to say return True if the following condition is met: IF F2=GB and G2 is in the lookup list, then "True", otherwise if F2 <>GB and G2 is not in lookup list, then False.
Any suggestions is greatly appreciated!
Thank you!
I'd like to try to combine/join these two formulas together to return TRUE or FALSE
First Formula: IF(F2="GB",TRUE,FALSE)
Second Formula: =IF(ISNA(VLOOKUP(G2,UK!$M$2:$M$92,1,FALSE)),"FALSE","TRUE")
Essentially would like to say return True if the following condition is met: IF F2=GB and G2 is in the lookup list, then "True", otherwise if F2 <>GB and G2 is not in lookup list, then False.
Any suggestions is greatly appreciated!
Thank you!