graemeal
Active Member
- Joined
- May 17, 2007
- Messages
- 316
- Platform
- Windows
I am having a problem working out a formula
IF A2 is less than 1000 and U2 is greater than 2 times V2 then a yes in column W, IF not then leave column W blank
This my attempt that does not work
=IF(A2<1000,U2>(V2*2),"YES",0)
Preferably I would like one that says IF A2 is less than 1000, U2 is 2 times greater than V2 or 2 times less than V2 then a "yes" in column W. if not leave blank
Thanks
IF A2 is less than 1000 and U2 is greater than 2 times V2 then a yes in column W, IF not then leave column W blank
This my attempt that does not work
=IF(A2<1000,U2>(V2*2),"YES",0)
Preferably I would like one that says IF A2 is less than 1000, U2 is 2 times greater than V2 or 2 times less than V2 then a "yes" in column W. if not leave blank
Thanks