Hi!
I would like to count number of sales , depending on the date that the sale was made. Also the week should update every week, and I've found this formula: =COUNTIF({Sales Data}, IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(TODAY())),
and it works, but is there something else I could add to it so that it will start counting the sales starting from Monday instead of Sunday?
Thank you