Sandman1985
New Member
- Joined
- Jun 22, 2022
- Messages
- 19
- Office Version
- 365
- Platform
- Windows
Hi All,
Hope you're well. I'm struggling with a formula and I can't figure out where I am going wrong.
I basically have a large data table with dates in row 2 and classifications in column E.
I have used an index/match formula to extract data from the bigger table (1 year) into a weekly summary (which has a dynamic week ending date cell). It is displaying the classification rather than the value that corresponds with the classification and date:
=IFERROR(INDEX('Running Sheet Data'!$E$3:$E$8,SMALL(IF(INDEX('Running Sheet Data'!$E$3:$DN$8,0,MATCH(Sheet6!B$2,'Running Sheet Data'!$F$2:$DN$2,0))=$A3,MATCH(ROW('Running Sheet Data'!$E$3:$E$8),ROW('Running Sheet Data'!$E$3:$E$8)),""),ROWS('Running Sheet Data'!$E$1:$E1))),"")
I think I have messed up the order.
My formula references the following:
'Running Sheet Data'!$E$3:$E$8 - The classification in the data table
'Running Sheet Data'!$E$3:$DN$8 - The data set
Sheet6!B$2 - the date of the first day in the weekly summary
'Running Sheet Data'!$F$2:$DN$2 - the dates across the top of the data set
$A3 - the classification in the summary
Any assistance would be much appreciated.
Regards,
Sandman
Hope you're well. I'm struggling with a formula and I can't figure out where I am going wrong.
I basically have a large data table with dates in row 2 and classifications in column E.
I have used an index/match formula to extract data from the bigger table (1 year) into a weekly summary (which has a dynamic week ending date cell). It is displaying the classification rather than the value that corresponds with the classification and date:
=IFERROR(INDEX('Running Sheet Data'!$E$3:$E$8,SMALL(IF(INDEX('Running Sheet Data'!$E$3:$DN$8,0,MATCH(Sheet6!B$2,'Running Sheet Data'!$F$2:$DN$2,0))=$A3,MATCH(ROW('Running Sheet Data'!$E$3:$E$8),ROW('Running Sheet Data'!$E$3:$E$8)),""),ROWS('Running Sheet Data'!$E$1:$E1))),"")
I think I have messed up the order.
My formula references the following:
'Running Sheet Data'!$E$3:$E$8 - The classification in the data table
'Running Sheet Data'!$E$3:$DN$8 - The data set
Sheet6!B$2 - the date of the first day in the weekly summary
'Running Sheet Data'!$F$2:$DN$2 - the dates across the top of the data set
$A3 - the classification in the summary
Any assistance would be much appreciated.
Regards,
Sandman