I am trying to create a formula that will leave a certain cell empty until the first cell is populated. The problem is that the cell that first needs to be populated will not have the same value in it.
Basically, I am creating a daily chart where I will have to populate numbers in column A, which will then populate all the other columns. Until the cells in column A are populated I want all the other cells empty. The cells in column A will be populated with different numbers every day, which is my problem.
Additionally, if the cell is then populated, the other cells will have to do calculations. It should be something like "Once the cell in column A is populated with a number, column B will have to calculate A1-C1. Until that point column B will have to stay empty.
I'd be grateful for any help.