nsnodgrass73
New Member
- Joined
- Jan 2, 2025
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I have this formula:
=IFERROR(IF(OR(O28<0,P28<0),O28+P28,""),"")
Where as O28 is -$2165.80 and P28 is $14195.00 and Q28 returns $12029.30. This needs to return -$12029.30.
I have also tried:
=IFERROR(IF(O28<0, O28+P28,IF(O28>0,O28-P27,0)),0)
neither are returning a negative number. I have formatted the cells Number >> (-2165.80)
I need the formula to look and see if O is a positive or negative and then do the math correctly with P (is always positive) resulting in Q.
=IFERROR(IF(OR(O28<0,P28<0),O28+P28,""),"")
Where as O28 is -$2165.80 and P28 is $14195.00 and Q28 returns $12029.30. This needs to return -$12029.30.
I have also tried:
=IFERROR(IF(O28<0, O28+P28,IF(O28>0,O28-P27,0)),0)
neither are returning a negative number. I have formatted the cells Number >> (-2165.80)
I need the formula to look and see if O is a positive or negative and then do the math correctly with P (is always positive) resulting in Q.