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
=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