Count if Date Column has any dates older than 7 days
I know that conditional formatting cannot product formulas so this wont work there. I think i have to insert a new column with a formula, but the formula is giving me trouble.
I have a sheet with a 'date submitted' column. I want to highlight any row that is older than 7 days (from the current day) along with two other conditions being met. If i create a formula column to produce "yes" where the days are over 7 days, i can use conditional formatting for the rest.
The formula is what i am having trouble with since the dates and entries are not fixed, there will be more always being added to the sheet.
Answers
-
Hi @GinaN
Try something like this:
=IF([Date Submitted]@row < TODAY(-7), "Yes")
This says, if the date in the Date Submitted column is less than 7 days ago (based on Today's date), then return "Yes".
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!