Last 7 days
I am trying to create a formula that will pull data from two columns in the sheet as follows:
Sheet columns include intakes by location and a date entered column. I want to create a roll up at the top to show intakes by location in the last 7 days that automatically updates.
Here is what I have:
=COUNTIF([Location:Location], "Main") AND ([Date],>TODAY(-7))
I'm not sure how to correct.
Tags:
Answers
-
Try using a COUNTIFS like so...
=COUNTIFS(Location:Location, "Main", Date:Date, > TODAY(-7))
-
It worked!!!! Thank you.
-
Happy to help! 👍️
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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!