Hi,
i need to create a formula for the below
IF(E12>E13 AND E12>=1000, do some math, ELSE "100")
note that
- E12 might be bigger than E13, but not bigger than 1000; in which case i don't know how to deal with this. maybe you know
- the math will only be made if E12 meets the E12>E13 and meets E12>=1000
any ideas how to do this ?
i need to create a formula for the below
IF(E12>E13 AND E12>=1000, do some math, ELSE "100")
note that
- E12 might be bigger than E13, but not bigger than 1000; in which case i don't know how to deal with this. maybe you know
- the math will only be made if E12 meets the E12>E13 and meets E12>=1000
any ideas how to do this ?
Last edited: