Forum Discussion

LawrenceOutlaw's avatar
LawrenceOutlaw
Copper Contributor
Jan 19, 2023
Solved

Looking to Sum multiple rows that match dates

  Hello I'm, looking to sum all the values below on a specific date.   It's easy enough to get the date in that is field and it's easy to make searchable.   Such as Enter Date, let's make ...
  • Patrick2788's avatar
    Jan 19, 2023

    LawrenceOutlaw 

    A 365 solution:

     

    =LET(stack,HSTACK(B1:E8,B10:E17,B19:E26),filtered,FILTER(DROP(stack,1),TAKE(stack,1)=H9),SUM(filtered))

Resources