jbrown021286
Board Regular
- Joined
- Mar 13, 2023
- Messages
- 81
- Office Version
- 365
- Platform
- Windows
i am looking to make a formula that references a worksheet labeled aggregated data and i am wanting to add all the numbers in row 4 column c-ag if the date in the corresponding cells on row 3 are between the start of the week and today with the week starting on Sunday. this is the formula i have. any ideas on how to make it work. =SUMIFS('Aggregated Data'!C4:AG4,'Aggregated Data'!C3:AG3,".="&Date(year(Today()),Day(Today())-Weekday(Today(),1)+1),'Aggregated Data'!C3:AG3,"<="&Today())