Hi,
Here is my problem I am trying to write
'if the value in E1 is anywhere in column T AND either R1 OR S1 is in column U then TRUE, otherwise FALSE'
Now using vlookups to get the values works fine, also when i combine the IF statement with AND it works but when i try
=IF(AND(VLOOKUP(....., OR(VLOOKUP....
it just wont work. Any help on this would be greatly appreciated
Thanks
Here is my problem I am trying to write
'if the value in E1 is anywhere in column T AND either R1 OR S1 is in column U then TRUE, otherwise FALSE'
Now using vlookups to get the values works fine, also when i combine the IF statement with AND it works but when i try
=IF(AND(VLOOKUP(....., OR(VLOOKUP....
it just wont work. Any help on this would be greatly appreciated
Thanks