How do you change cell colour based on date
Closed
samdawn88
Posts
2
Registration date
Wednesday March 7, 2018
Status
Member
Last seen
March 8, 2018
-
Mar 7, 2018 at 03:57 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Mar 8, 2018 at 03:01 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Mar 8, 2018 at 03:01 PM
Related:
- How do you change cell colour based on date
- Crimping colour code - Guide
- Change computer name cmd - Guide
- Facebook date of birth change - Guide
- How to change number of best friends on snapchat - Guide
- How to change date on whatsapp - Guide
2 responses
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Mar 8, 2018 at 03:01 PM
Mar 8, 2018 at 03:01 PM
Sam, Good afternoon.
There will be 3 rules to apply the different colors as you wish.
Red: The current day is greater than or equal to the 3 year term of the training completion date.
Orange: The current day is less than or equal to 30 days of expiration of the 3 year term of the training completion date.
Green: The current day is greater than 30 days from the expiration of the 3 year term of the training completion date.
I made an example by applying the rules of the desired conditional formatting.
I created a guide just to study separately the rules of each case.
Of course it can and should be deleted. It's just for didactic effect for you.
https://www.sendspace.com/file/y87cfu
As you can see, there is currently no date that will appear a color other than green color.
So you just have to modify some date to see how it works.
Do some testing.
Was that what you wanted?
I hope I've helped.
--
Belo Horizonte, MG - Brasil.
Marcílio Lobão
There will be 3 rules to apply the different colors as you wish.
Red: The current day is greater than or equal to the 3 year term of the training completion date.
Orange: The current day is less than or equal to 30 days of expiration of the 3 year term of the training completion date.
Green: The current day is greater than 30 days from the expiration of the 3 year term of the training completion date.
I made an example by applying the rules of the desired conditional formatting.
I created a guide just to study separately the rules of each case.
Of course it can and should be deleted. It's just for didactic effect for you.
https://www.sendspace.com/file/y87cfu
As you can see, there is currently no date that will appear a color other than green color.
So you just have to modify some date to see how it works.
Do some testing.
Was that what you wanted?
I hope I've helped.
--
Belo Horizonte, MG - Brasil.
Marcílio Lobão
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Mar 7, 2018 at 11:51 AM
Mar 7, 2018 at 11:51 AM
samdawn88, Good afternoon.
You can use Conditional Formatting to colour your cells depending with some dates.
Suppose you cell date is A2
Formula --> =$A$2<=TODAY()
Colour RED
Formula --> =AND($A$2-TODAY()>0, $A$2-TODAY()<=30)
Colour ORANGE
Formula --> =$A$2-TODAY()>30
Colour GREEN
For quick and effective help, save your spreadsheet to a free website, www.sendspace.com, and place the link here for download.
Seeing the layout of the worksheet will make it easier for all of us to help you in a more concrete way.
--
Belo Horizonte, MG - Brasil.
Marcílio Lobão
You can use Conditional Formatting to colour your cells depending with some dates.
Suppose you cell date is A2
Formula --> =$A$2<=TODAY()
Colour RED
Formula --> =AND($A$2-TODAY()>0, $A$2-TODAY()<=30)
Colour ORANGE
Formula --> =$A$2-TODAY()>30
Colour GREEN
For quick and effective help, save your spreadsheet to a free website, www.sendspace.com, and place the link here for download.
Seeing the layout of the worksheet will make it easier for all of us to help you in a more concrete way.
--
Belo Horizonte, MG - Brasil.
Marcílio Lobão
samdawn88
Posts
2
Registration date
Wednesday March 7, 2018
Status
Member
Last seen
March 8, 2018
Mar 8, 2018 at 03:29 AM
Mar 8, 2018 at 03:29 AM
Thanks for your response. Which Rile type to I need to select though, is it the 'Use a formula to determine which cells to format'?
My spreadsheet can be seen via https://www.sendspace.com/file/zjxaua if this helps.
Thanks
Sam
My spreadsheet can be seen via https://www.sendspace.com/file/zjxaua if this helps.
Thanks
Sam