Formula to get data to perform calculation starting at row 4000 downwards
Hi I am a bit of a novice with smart sheet formulas but hoping soemone can help i am using the formula below
=COUNTIF(Status:Status, "Enquiry")
This totals the number of enquiries we recieve which works fine but i would now like to create a formula which starts at specific row number - example row 4000 which is the first enquiry we had this year and return the total from that point not the entire sheet - can anyone help with this please
Thanks
Ashley
Best Answer
-
Hi Ashley,
If you have a date column, you could try this:
=countifs(Date:Date, >date(2020, 12, 31), status:status, "Enquiry")
This counts all rows with the status as "Enquiry" with a date that is later than December 31 2020.
Hope this helps!
Best,
Heather
Answers
-
Hi Ashley,
If you have a date column, you could try this:
=countifs(Date:Date, >date(2020, 12, 31), status:status, "Enquiry")
This counts all rows with the status as "Enquiry" with a date that is later than December 31 2020.
Hope this helps!
Best,
Heather
-
Hi Heather
Thank you so much that appears to do the trick
Much appreciated
Regards
Ashley
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!