Forum Discussion
DKoontz
Mar 11, 2021Iron Contributor
Week to Date Calculation off of Specific Date
Hi Everyone! I'm trying to calculate WTD sales off of the current date and can't seem to come up with a great solution. So far I'm thinking calculating Weekday() starting on Monday and using that...
- Mar 11, 2021
It's hard to discuss without sample file which illustrates how your data is organized. As variant
=SUMIFS(Sales!C:C, Sales!B:B,">"&TODAY()-WEEKDAY(TODAY(),11), Sales!B:B,"<"&TODAY() )
Tomsleepzonecojp
Jun 23, 2021Copper Contributor
I've got a question about an =If calculation.
DKoontz
Jun 23, 2021Iron Contributor
What's your question? I might be able to offer some help!