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.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!