sunshinereel
New Member
- Joined
- Feb 10, 2022
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
- Mobile
Have a weekly sales sheet that has a worksheet (Total Cut Sales) with the individual orders and a worksheet to compile and total the sales, quantities and amounts by the week dates. Have a "data tab" (Sheet 4) with the dates listed and use those cells in my SUMIFS formula. The formula is as follows:
=IF(SUMIFS('Total Cut Sales'!$V$438:$V$1048576,'Total Cut Sales'!$C$438:$C$1048576,">="&Sheet4!$B$64,'Total Cut Sales'!$C$438:$C$1048576,"<="&Sheet4!$B$65)*-1>=1,SUMIFS('Total Cut Sales'!$V$438:$V$1048576,'Total Cut Sales'!$C$438:$C$1048576,">="&Sheet4!$B$64,'Total Cut Sales'!$C$438:$C$1048576,"<="&Sheet4!$B$65)*-1," ") *This Formula is for the week of 8/13.
What I am looking for is when I go to copy the formula from the columns containing week of 8/13 data and paste into columns for week 8/20 data; is there a way to make the "Sheet4!$B$64 add two so it is "Sheet4!$B$66? And also for the end date "Sheet4!$B$65 to Sheet4!$B$67? I took the absolute off the cell number but when I paste it adds one cell and not pulling the correct date.
Anyone have any suggestions? Is there an easier way or formula to complete this data pull?
Sheet 4 Snippit
The weekly total sheet
=IF(SUMIFS('Total Cut Sales'!$V$438:$V$1048576,'Total Cut Sales'!$C$438:$C$1048576,">="&Sheet4!$B$64,'Total Cut Sales'!$C$438:$C$1048576,"<="&Sheet4!$B$65)*-1>=1,SUMIFS('Total Cut Sales'!$V$438:$V$1048576,'Total Cut Sales'!$C$438:$C$1048576,">="&Sheet4!$B$64,'Total Cut Sales'!$C$438:$C$1048576,"<="&Sheet4!$B$65)*-1," ") *This Formula is for the week of 8/13.
What I am looking for is when I go to copy the formula from the columns containing week of 8/13 data and paste into columns for week 8/20 data; is there a way to make the "Sheet4!$B$64 add two so it is "Sheet4!$B$66? And also for the end date "Sheet4!$B$65 to Sheet4!$B$67? I took the absolute off the cell number but when I paste it adds one cell and not pulling the correct date.
Anyone have any suggestions? Is there an easier way or formula to complete this data pull?
Sheet 4 Snippit
The weekly total sheet