Alternate for MAXIFS function
I have a scenario where in my smartsheet I have data for timesheet numbers for 12 months with multiple rows for a single user, I just want to use the latest set of records for all months and if any month has empty cell, then I want to pick up the previous record which has data for that cell, Possible ?
In Image 1 I have multiple records for 1 user and this data is being populated by forms, of all here I want to have only latest records of all months
here is the final sheet I want the numbers, I did a sumifs and getting sum of all records from previous sheet, but I just want latest record of Monica which is 156 from 07/19/2024
request some quick help.
Best Answer
-
Is this the one you tried?
=MAX(COLLECT({2024 Time Sheet Range 3}, {2024 Time Sheet Range 5}, Name@row))
I made an edit , you might have seen the one before that.
...
Answers
-
=MAX(COLLECT({July},{Name},name@row))
You'll probably need to make column references for each month.
...
-
I tried this
=MAX(COLLECT(({2024 Time Sheet Range 3}), July1, {2024 Time Sheet Range 5}, Name@row))
here I tried range using the reference sheet for the month values
I am getting #INCORRECT ARGUMENT SET, what am i doing wrong here ?
-
@heyjay or anyone who can help ?
-
=MAX(COLLECT({2024 Time Sheet Range 3}, {2024 Time Sheet Range 5}, Name@row))
You have an extra parenthesis around Range 3, and remove July1.
=MAX(COLLECT(({2024 Time Sheet Range 3}), July1, {2024 Time Sheet Range 5}, Name@row))
...
-
it now shows #INCORRECT ARGUMENT SET
-
Is this the one you tried?
=MAX(COLLECT({2024 Time Sheet Range 3}, {2024 Time Sheet Range 5}, Name@row))
I made an edit , you might have seen the one before that.
...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!