Formula to evaluatdata from last row of a sheet of data
Hi Dears,
I have a form that completes the data of per date with the status of the asset per column, therefore I'm looking to using countif the different status, but I need that the formula evaluates the last row which should be the lastest info updated based on the latest date. I'm trying to use INDEX or MAX but I didn't able to make it work. I'll appreciate your support.
Answers
-
Hi @Filomax
You're on the right track with Index and Match. You'll just need to make sure the first range in your INDEX function covers all columns that you're looking through. This is the structure I would use:
=COUNTIFS(INDEX(Entire Range across all columns, MATCH(Max Date, Date Column, 0)), Status to the left)
So in your sheet, try something like this:
=COUNTIFS(INDEX(Date:[G8], MATCH(MAX(Date:Date), Date:Date, 0)), Status@row)
Let me know if that works!
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 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!