Detectiveclem
Active Member
- Joined
- May 31, 2014
- Messages
- 320
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
I am using the formula below successfully on a workbook at (sheet 3) which gives me the number of contracts by the person named at E3 between the dates I enter a C8 & C10.
=SUMIFS(Test,Daterange,">="&$C4,Daterange,"<="&$C6,Manager,$E$3)
I now want to use the same base information on a separate summary summary sheet (Sheet 1) which draws all the information from sheet 3, but uses the start date at (C4) and end dates at (C6) from cells within sheet 1 (NOT sheet 3). Therefore the results would stay exactly the same the same dates are shown on both sheets, but would change when the dates are set differently between the two sheets.
The reason I need this, is that multiple users use individual sheets and therefore set the date ranges on their own sheets to suit their purposes, however on the summary sheet (sheet 1) I simply want to capture the information between dates without interfering with their settings.
I hope I have explained this sufficiently as any help will be greatly appreciated.
=SUMIFS(Test,Daterange,">="&$C4,Daterange,"<="&$C6,Manager,$E$3)
I now want to use the same base information on a separate summary summary sheet (Sheet 1) which draws all the information from sheet 3, but uses the start date at (C4) and end dates at (C6) from cells within sheet 1 (NOT sheet 3). Therefore the results would stay exactly the same the same dates are shown on both sheets, but would change when the dates are set differently between the two sheets.
The reason I need this, is that multiple users use individual sheets and therefore set the date ranges on their own sheets to suit their purposes, however on the summary sheet (sheet 1) I simply want to capture the information between dates without interfering with their settings.
I hope I have explained this sufficiently as any help will be greatly appreciated.