We are trying to count how many applicants applied in the last 7 days for Delta client
The formula we used is :
=COUNTIFS([Avature Application]:[Avature Application], Client:Client, "Delta", @cell <= TODAY(), [Avature Application]:[Avature Application], @cell > TODAY(-7))
Once we get it for this sheet, we want to do the same for a few sheets and add them all together to know the total. we use this sheet as the start sheet but applicants move to other sheets
Answers
-
Your syntax is off. Make sure you are following the appropriate syntax of
=COUNTIFS(range1, criteria 1, range 2, criteria 2, range 3, criteria 3)
-
Perfect that worked.
=COUNTIFS([Avature Application]:[Avature Application], @cell <= TODAY(), Client:Client, "Delta", [Avature Application]:[Avature Application], @cell > TODAY(-7))
Now I am trying to pull that formula into another sheet but its not working see the below:
=COUNTIFS({NSLI Application Range 1}:{NSLI Application Range 1}, @cell <= TODAY(), {NSLI Application Range 2}:{NSLI Application Range 2}, "Delta",{NSLI Application Range 1}:{NSLI Application Range 1}, @cell > TODAY(-7))
-
When using cross sheet references, the {Reference} is the range. You do not have to enter it twice since the {reference} is already pointing at the entire column
Same Sheet:
[Column Name]:[Column Name]
Different Sheet:
{Range Name}
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!