Conditional Formatting Based on another cell
Closed
Hannah
-
Jul 4, 2015 at 03:00 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jul 4, 2015 at 04:32 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jul 4, 2015 at 04:32 PM
Hello,
I'm trying to make a budget spreadsheet and want to format the cells if there is an omission.
If a value has been entered into cell C3 (for example) and it hasn't been entered whether it has been paid or not into cell D3 (so if a cell in column C has a value and it's corresponding D cell hasn't), I want to make the cells red.
Thanks!
I'm trying to make a budget spreadsheet and want to format the cells if there is an omission.
If a value has been entered into cell C3 (for example) and it hasn't been entered whether it has been paid or not into cell D3 (so if a cell in column C has a value and it's corresponding D cell hasn't), I want to make the cells red.
Thanks!
Related:
- Conditional Formatting Based on another cell
- Excel conditional formatting based on date - Guide
- Clear only the formatting from the selected cell (leaving the content) - Guide
- Instagram account based in wrong country - Instagram Forum
- How to insert rows in excel automatically based on cell value without vba ✓ - Excel Forum
- Based on the values in cells b77 ✓ - Excel Forum
1 response
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jul 4, 2015 at 04:32 PM
Jul 4, 2015 at 04:32 PM
Hannah, Good afternoon.
Select C3:D3
Menu --> Conditional Format --> Use Formula
=OR($C3=0,$D3=0)
Select Format color as you desire.
OK
Is this what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Select C3:D3
Menu --> Conditional Format --> Use Formula
=OR($C3=0,$D3=0)
Select Format color as you desire.
OK
Is this what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão