Current Week Forumula

jrusso

Board Regular
Joined
Dec 13, 2002
Messages
93
I use a formula now to calculate last 7 days profit loss

=SUMIFS(PROFIT,WIN,"<>P",WIN,"<>"&"",BET_DATE,">"&TODAY()-7,BET_DATE,"<="&TODAY())

Now say I want a formula to calculate the current week only and the week starts on Monday and ends on Sunday

Thanks
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
try this =SUMIFS(PROFIT,WIN,"<>P",WIN,"<>"&"",BET_DATE,">"&TODAY()-(WEEKDAY(TODAY(),2)-(7-WEEKDAY(TODAY(),2))),BET_DATE,"<="&TODAY()+(7-WEEKDAY(TODAY(),2)))
 
Upvote 0
=sumifs(profit,win,"<>p",win,"<>"&"",bet_date,">"&(eomonth(today(),-1)+1),"<="&eomonth(today(),0)))
 
Upvote 0
=sumifs(profit,win,"<>p",win,"<>"&"",bet_date,">"&(eomonth(today(),-1)+1),bet_date,"<="&eomonth(today(),0)))
 
Upvote 0

Forum statistics

Threads
1,207,199
Messages
6,077,023
Members
446,251
Latest member
dpf220

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top