![]() |
How do I leave formula cell blank if 2nd reference cell is empty?
example:
cell a1 had date, cell b1 WILL HAVE a date in it. cell c1 has formula=(a1+b1)+1. I'd like cell c1 to display empty until cell b1 has data in it. How do I do this? |
How do I leave formula cell blank if 2nd reference cell is empty?
The formula in C1 would be
=IF(B1="","",A1+B1+1) |
How do I leave formula cell blank if 2nd reference cell is empty?
=IF(B1="","",A1+B1+1)
-- Gary's Student "Liana S" wrote: example: cell a1 had date, cell b1 WILL HAVE a date in it. cell c1 has formula=(a1+b1)+1. I'd like cell c1 to display empty until cell b1 has data in it. How do I do this? |
All times are GMT +1. The time now is 12:45 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com