Alternate for MAXIFS function

AjS
AjS ✭✭
edited 07/22/24 in Formulas and Functions

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

  • heyjay
    heyjay ✭✭✭✭✭
    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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!