S
StargateFanFromWork
Good Morning! I've run into trouble again with an IF situation <g>. I have
two columns, one shows amount owing to an account and the other shows amount
paid to that account, in other words, a debit and a credit column. In
making the balance column, I don't know how to show the balance whether or
not both cells are filled in either column. I have conditional formatting
to blank out, as it were, the balance column until there is a value in the
first column because that's all I know how to do. I'd like to have the
balance column "appear" if there is an amount in either. It might be easier
to see an example:
Debit Credit Balance
$11.14 $11.14 $0.00
$1,837.19 $62.19 $1,775.00
I currently only know how have the balance cells appear with colours other
than the default font and background, etc., of the spreadsheet when either
cell has a value. i.e., the formula for the $1775.00 above in the
conditional formatting is this:
=NOT(ISBLANK($B3))
with custom formatting so that the cell that shows the $1775.00 stands out
with different attributes to the rest of the spreadsheet.
How can I have the $1775.00 show up when either cell is filled, i.e., when
either the cells has a value in it where the $1837.19 is now, or when the
one that has $62.19 is filled. The balance, obviously will show the result
as either positive or negative unless the balance is zero, so that issue is
taken care of in the formula itself. It's just to have the display come up
when either cell has a value in it, and that's where I'm stuck.
I hope I've explained this well enough. TIA!
D
two columns, one shows amount owing to an account and the other shows amount
paid to that account, in other words, a debit and a credit column. In
making the balance column, I don't know how to show the balance whether or
not both cells are filled in either column. I have conditional formatting
to blank out, as it were, the balance column until there is a value in the
first column because that's all I know how to do. I'd like to have the
balance column "appear" if there is an amount in either. It might be easier
to see an example:
Debit Credit Balance
$11.14 $11.14 $0.00
$1,837.19 $62.19 $1,775.00
I currently only know how have the balance cells appear with colours other
than the default font and background, etc., of the spreadsheet when either
cell has a value. i.e., the formula for the $1775.00 above in the
conditional formatting is this:
=NOT(ISBLANK($B3))
with custom formatting so that the cell that shows the $1775.00 stands out
with different attributes to the rest of the spreadsheet.
How can I have the $1775.00 show up when either cell is filled, i.e., when
either the cells has a value in it where the $1837.19 is now, or when the
one that has $62.19 is filled. The balance, obviously will show the result
as either positive or negative unless the balance is zero, so that issue is
taken care of in the formula itself. It's just to have the display come up
when either cell has a value in it, and that's where I'm stuck.
I hope I've explained this well enough. TIA!