Excel 2007 Formula Help - if cell is empty...
Solved/Closed
Related:
- Excel 2007 Formula Help - if cell is empty...
- Excel if formula based on cell color - Guide
- How to copy cells from one sheet to another in excel using formula - Guide
- Excel formula if two cells match return value from third ✓ - Forum - Excel
- Excel formula to increment cell value by 1 ✓ - Forum - Excel
- Excel putting result of a formula in another cell - Forum - Excel
1 reply
aquarelle
Nov 10, 2009 at 04:54 PM
- Posts
- 7115
- Registration date
- Saturday April 7, 2007
- Status
- Moderator
- Last seen
- June 2, 2022
Nov 10, 2009 at 04:54 PM
Hello,
Try with this formula :
=IF(J3="",C3-SUM(L3:X3),J3-SUM(L3:X3))
Best regards
Try with this formula :
=IF(J3="",C3-SUM(L3:X3),J3-SUM(L3:X3))
Best regards
Nov 11, 2009 at 01:29 PM