I am have simple IF OR statement I am trying to do, but it's not working.
I have 2 columns of vlookups I did as two checks against employee numbers. So the vlookup is either returning their employee # or an #NA .
I am now trying to do an =if(or(e2>0,f2>0),True,False) formula. Basically saying if either of those columns return an actual number, then I want to say it meets my criteria as a valid employee.
Well, it's not working.
So, if in E I have an actual employee number, but in F, I am still getting #NA returned? Not sure why. I can clearly see it meets one of my conditions.
I have 2 columns of vlookups I did as two checks against employee numbers. So the vlookup is either returning their employee # or an #NA .
I am now trying to do an =if(or(e2>0,f2>0),True,False) formula. Basically saying if either of those columns return an actual number, then I want to say it meets my criteria as a valid employee.
Well, it's not working.
So, if in E I have an actual employee number, but in F, I am still getting #NA returned? Not sure why. I can clearly see it meets one of my conditions.