OceanPlanet13X
Board Regular
- Joined
- Jun 17, 2008
- Messages
- 95
If or statement ?
I cannot make the formula below work, if column A is equal to 5 then return the value 180, if column A is nil , look at column C if equal to 7 return 370 or nil value
Col A Col B Col C Col D
Run 1 Run 2 Total Run
5 4 9
4 6 10
=if(and((A22>=5,180,if(C22>=7,370,0)
Thanks in advance for the help
I cannot make the formula below work, if column A is equal to 5 then return the value 180, if column A is nil , look at column C if equal to 7 return 370 or nil value
Col A Col B Col C Col D
Run 1 Run 2 Total Run
5 4 9
4 6 10
=if(and((A22>=5,180,if(C22>=7,370,0)
Thanks in advance for the help