"IF" formula
Posted by Greg on December 05, 2001 11:53 AM
Is it possible to have a formula as the true or false value in an IF formula? What I want to do:
If the value in an adjacent cell is greater than or equals 12, then subtract 12 from that value and add the contents of another cell. If the value is less than 12, then add to that number the contents of another cell.
This doesn't work:
=(IF (C18>12, C12-12+D13, C18+D13))
Thanks!