Formula to turn the background red
Hi,
I have been struggling with this one. I want background in the column "B", column "C" and Column "D" to turn Red Automatically if the date in the column "A" was more than a week ago.
Any help will be appreciated :)
Best Answers
-
Hi
Can you use a "helper column" with a formula such as the below:
And then use conditional formatting.
-
@Sid another helper column, with a formula that triggers 24 hrs after the first one? And another set of conditional formats?
Answers
-
Hi
Can you use a "helper column" with a formula such as the below:
And then use conditional formatting.
-
Hello,
Thanks for your reply Neil. I am glad I was thinking along the same lines. Same idea struck to me after posting this questions. I have used check box as a helping column and I have hidden it. I have used the formula below and it kind of worked. however, I don't understand why I had to use 1, 0 at the end.
=IF(AND(ISDATE([Date Job Processed (within 24hrs of sale) (ATALYA)]@row), TODAY() >= [Date Job Processed (within 24hrs of sale) (ATALYA)]@row + 7), 1, 0)
I think your formula is better to have exact timeline.
Thanks Again 😊
I really appreciate your efforts.
-
Hello Neil,
I have encountered another issue. I will appreciate your help.
I want column E to turn Red 24 hours after the column D is populated.
Thanks in advance:)
-
@Sid another helper column, with a formula that triggers 24 hrs after the first one? And another set of conditional formats?
-
Hello Neil,
Thanks for that:)
Is there a way to ignore weekends and public holidays? So that it does not count the weekends in 24 hours.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!