S
StargateFanFromWork
Cell C5 is a value from another sheet in the workbook. However, I set
conditional formatting to blank out B5 if B1, which is on the same sheet C5
is on, is blank. Now that I have added a formula that will use the value
from cell C5, this workaround isn't working because C5 is being calculated
whether or not B1 is filled or not, which isn't good. If B1 is empty, C5
should count as a zero value so that the new formula shows the balance
without taking C5 into account.
So instead, how can we deal with putting a value in C5 from the other page
_unless_ B1 if empty. If B1 is empty, C5 should truly read as 0 rather than
my blanking it out via conditional formatting.
The formula in C5 currently looks like this:
=IF(('TO PAY'!$E$14)="",('TO PAY'!$E$13),('TO PAY'!$E$14))
Thanks so much in advance. D
conditional formatting to blank out B5 if B1, which is on the same sheet C5
is on, is blank. Now that I have added a formula that will use the value
from cell C5, this workaround isn't working because C5 is being calculated
whether or not B1 is filled or not, which isn't good. If B1 is empty, C5
should count as a zero value so that the new formula shows the balance
without taking C5 into account.
So instead, how can we deal with putting a value in C5 from the other page
_unless_ B1 if empty. If B1 is empty, C5 should truly read as 0 rather than
my blanking it out via conditional formatting.
The formula in C5 currently looks like this:
=IF(('TO PAY'!$E$14)="",('TO PAY'!$E$13),('TO PAY'!$E$14))
Thanks so much in advance. D