Baseball15
New Member
- Joined
- Nov 13, 2018
- Messages
- 3
Sorry this seems simple but not working for me.
I want to compare to see if c4 > n4.
If c4 > n4 subtract n4 from c4 else put a zero in the cell
This isn't working for me.
c4 currently equal to 35,844
n4 currently equal to 24,852
P4 should be 10992 but it puts a dash in the cell.
Here is what I entered in P4.
=IF (c4>n4,c4-n4,0)
Thanks in advance for your assistance.
I want to compare to see if c4 > n4.
If c4 > n4 subtract n4 from c4 else put a zero in the cell
This isn't working for me.
c4 currently equal to 35,844
n4 currently equal to 24,852
P4 should be 10992 but it puts a dash in the cell.
Here is what I entered in P4.
=IF (c4>n4,c4-n4,0)
Thanks in advance for your assistance.