=COUNTIFS({Activity Log - SaaS Range Status 8}, "Booked", {Activity Log - SaaS Range Date}, WEEKNUMBER(@cell ) = WEEKNUMBER(TODAY()) - 1)
=SUMIFS({Activity Log - SaaS Range Amount}, {Activity Log - SaaS Range Status2}, "booked", {Activity Log - SaaS Range Date2}, WEEKNUMBER(@cell ) = WEEKNUMBER(TODAY()) - 1)
Kindly help to fix this formula as I'm not getting the correct data. I want to get the number of Booked Orders and Amount By weekly (ex: from Oct Oct 14 Monday to 20 Sunday). I really appreciate your help.