![]() |
Making formula results not visible in a cell
In my "total" column I don't want the results of the SUM to show up if there
is not an entry in the cell to the left of the SUM cell. -- MPS |
Making formula results not visible in a cell
=IF(A101="","",SUM(B1:B100))
-- David Biddulph "mp smith" wrote in message ... In my "total" column I don't want the results of the SUM to show up if there is not an entry in the cell to the left of the SUM cell. -- MPS |
Making formula results not visible in a cell
Try something like this:
=IF(A10="","",SUM(.....)) -- Biff Microsoft Excel MVP "mp smith" wrote in message ... In my "total" column I don't want the results of the SUM to show up if there is not an entry in the cell to the left of the SUM cell. -- MPS |
All times are GMT +1. The time now is 11:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com