excelbytes
Active Member
- Joined
- Dec 11, 2014
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
I have this formula:
=AGGREGATE(9,6,LEFT(OFFSET('Form Responses'!$K$1,1,MATCH('ORDER QTY TOTALS'!B63,'Form Responses'!$L$1:$DI$1,0),COUNTA('Form Responses'!A:A),1),1)*12)
The array of the formula resolves to:
{12;#VALUE!;24;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;24;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!}
I'm trying to convert the number of dozens to units (e.g. 5 dozen = 60)
I'm not sure why this isn't working.
The range that is returned by the OFFSET function is:
=AGGREGATE(9,6,LEFT(OFFSET('Form Responses'!$K$1,1,MATCH('ORDER QTY TOTALS'!B63,'Form Responses'!$L$1:$DI$1,0),COUNTA('Form Responses'!A:A),1),1)*12)
The array of the formula resolves to:
{12;#VALUE!;24;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!;24;#VALUE!;#VALUE!;#VALUE!;#VALUE!;#VALUE!}
I'm trying to convert the number of dozens to units (e.g. 5 dozen = 60)
I'm not sure why this isn't working.
The range that is returned by the OFFSET function is:
1 DOZEN |
2 DOZEN |
2 DOZEN |