hi,
further to my last post
this is the formula I have now to calculate the totals for the give date period.
IF(B4="","",SUMIF(rdates,B$4,'Main Data'!$C3:$IV3))
this currently get the data from row 3 on main data, row three maindata holds data for 1 of my campaigns, i have five campaigns, and instead of creating 5 separate sheets to show the data for each campaign, what i would like to do is to get the data based on a value in A4, A4 will contain the campaign name, which matches A2 in the main data for the campaign that the data is currently reporting on.
each campaign has 6 rows of data plus 1 header row, the header row contains campaign name and then dates
so it would look like this.
column A B c
campaign name Blank firstdate and so on
Forecast
Offered
Answered
SLA%
Abandon Rate %
calls within SLA
campaign name Blank firstdate and so on
Forecast
Offered
Answered
SLA%
Abandon Rate %
calls within SLA
what i am thinking needs to be done is to take this part of the formula
'Main Data'!$C3:$IV3
and make it find the campaign and the from this formula above start its calculation 2 columns over and 1 row down.
Hope this is of use, Rob.![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
further to my last post
this is the formula I have now to calculate the totals for the give date period.
IF(B4="","",SUMIF(rdates,B$4,'Main Data'!$C3:$IV3))
this currently get the data from row 3 on main data, row three maindata holds data for 1 of my campaigns, i have five campaigns, and instead of creating 5 separate sheets to show the data for each campaign, what i would like to do is to get the data based on a value in A4, A4 will contain the campaign name, which matches A2 in the main data for the campaign that the data is currently reporting on.
each campaign has 6 rows of data plus 1 header row, the header row contains campaign name and then dates
so it would look like this.
column A B c
campaign name Blank firstdate and so on
Forecast
Offered
Answered
SLA%
Abandon Rate %
calls within SLA
campaign name Blank firstdate and so on
Forecast
Offered
Answered
SLA%
Abandon Rate %
calls within SLA
what i am thinking needs to be done is to take this part of the formula
'Main Data'!$C3:$IV3
and make it find the campaign and the from this formula above start its calculation 2 columns over and 1 row down.
Hope this is of use, Rob.
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)