Colour in Cell

Shakes007

Board Regular
Joined
Jul 1, 2012
Messages
91
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,
I am looking to fill cell A2 if B2 has data (dates) in it. I am trying to get on top of bills and when I enter the date of payment in B2 want it to fill A2 with colour so I can see what has and hasn't been paid. Please, help I have been trying all kinds to get this.
Thanks,
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
How about

for 2007, 2010 , 2013 , 2016 , 2019 or 365 Subscription excel version
Conditional Formatting

Highlight applicable range >>
A2:A100 - Change, reduce or extend the rows to meet your data range of rows

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=$B2 <> ""

Format [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK

Book10
AB
1
2
31/1/23
4
5
6
71/1/23
8
9
10
111/1/23
12
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A17Expression=$B2<>""textYES
 
Upvote 0
How about

for 2007, 2010 , 2013 , 2016 , 2019 or 365 Subscription excel version
Conditional Formatting

Highlight applicable range >>
A2:A100 - Change, reduce or extend the rows to meet your data range of rows

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=$B2 <> ""

Format [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK

Book10
AB
1
2
31/1/23
4
5
6
71/1/23
8
9
10
111/1/23
12
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A17Expression=$B2<>""textYES
Hi,
Thank you so much. I have now got the perfect table for the job.
Very clear instructions and very helpful snippets.
Again thank you
 
Upvote 0

Forum statistics

Threads
1,215,139
Messages
6,123,263
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top