Hey,
I've gotten some fair formula experience over the last year (mostly through googling and this searching this forum) but hit a brick wall with my latest ambition…
I have a smartsheet in Gantt mode tracking events and sizes relating to the event. I'd like to be able to use a date picker in the summary tab to pick a date, then if an event lands within the calendar week (mon to sun) of the date picked, sum up the sizes.
(eg below, if the Date Picker in the summary is 26/03/26, row 289 occurs on the Monday of that week, I'd like 'Sum If' box to add the value(s) in TB/week)
I've tried a couple of ways, I can get it to work if the date picker matches the event start/end date, but cant get the next step of if the date fits the range.
So far, 'Sum If' in the summary works as '=SUMIFS([TB /week]:[TB /week], Start:Start, <=[Date Picker]#, Finish:Finish, >=[Date Picker]#)'
I also tried with an 'In week' tickbox column, that ticks if the event is in the date picker range, but struggled to get further.
Could any formula gurus offer any advice? Is it even possible?