Page 1 of 1

excel query 7

Posted: Sun Nov 23, 2025 10:03 pm
by sna
Dear all,
I need your input to transpose data as per attached.
The required outcome is in workbook

Thk

Re: excel query 7

Posted: Mon Nov 24, 2025 8:19 am
by norkaz
Hi

Try this one, In short, the formula aligns closely with the requested outcome, with only minor differences :)

=IFERROR(VSTACK({"Group1","Group2","Value1","Value2"},LET(t,TOROW(A2:F19),HSTACK(WRAPROWS(FILTER(t,ISTEXT(t)),2),WRAPROWS(FILTER(t,ISNUMBER(t)),2)))),"")

Bigcat9Excel
BKK, Thailand