![]() |
Making a Cell Blank
How can I change this formula: "=IF(J34="","",IF(L34-J34-Q34=0,"",L34-
J34-Q34))" so the cell will be blank if it is 0 or less than 0? Thanks |
Making a Cell Blank
Maybe...
=IF(J34="","",IF(L34-J34-Q34<=0,"",L34-J34-Q34)) Notice the new comparison in that second if portion. Bob wrote: How can I change this formula: "=IF(J34="","",IF(L34-J34-Q34=0,"",L34- J34-Q34))" so the cell will be blank if it is 0 or less than 0? Thanks -- Dave Peterson |
All times are GMT +1. The time now is 03:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com