Formula/ Conditional Formatting Help please
Closed
Amygreen85
Posts
3
Registration date
Wednesday August 23, 2017
Status
Member
Last seen
December 19, 2017
-
Dec 14, 2017 at 04:48 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Dec 19, 2017 at 09:50 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Dec 19, 2017 at 09:50 AM
Related:
- Formula/ Conditional Formatting Help please
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Credit summation formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
2 responses
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Dec 14, 2017 at 07:22 AM
Dec 14, 2017 at 07:22 AM
Amygreen85, Good morning.
Suppose:
D3 --> DUE DATE --> 05/12/2019
CONDITIONAL FORMATTING
Select D3
Menu --> Format --> Conditional Cormatiing
1st Rule
The formula is: =TODAY()>EDATE(D3;-6)
Format: Background colour RED
OK
Please, tell us if it worked.
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Suppose:
D3 --> DUE DATE --> 05/12/2019
CONDITIONAL FORMATTING
Select D3
Menu --> Format --> Conditional Cormatiing
1st Rule
The formula is: =TODAY()>EDATE(D3;-6)
Format: Background colour RED
OK
Please, tell us if it worked.
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Dec 19, 2017 at 09:50 AM
Dec 19, 2017 at 09:50 AM
Amygreen85, Good morning.
Since you did not say what the mistake is, it gets a bit more difficult to help.
But maybe it could be the separator inside the EDATE function.
It may be that your version uses a comma (,) instead of a semicolon (;) in separating the operators from a function.
Try to use:
=TODAY() > EDATE(D3,-6)
instead of: =TODAY()>EDATE(D3;-6)
Please, tell us if it worked.
I hope it helped.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Since you did not say what the mistake is, it gets a bit more difficult to help.
But maybe it could be the separator inside the EDATE function.
It may be that your version uses a comma (,) instead of a semicolon (;) in separating the operators from a function.
Try to use:
=TODAY() > EDATE(D3,-6)
instead of: =TODAY()>EDATE(D3;-6)
Please, tell us if it worked.
I hope it helped.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Dec 19, 2017 at 05:30 AM
Thank you