K Kenshin Member Jan 8, 2017 #1 Hi meet you again in amazing forum, i have my question in my file attach tq Attachments example.xlsx 10.2 KB · Views: 10
R r2c2 Active Member Jan 8, 2017 #2 @Kenshin Interesting question. Assuming your raw data is named data You can use below formula =IFERROR(INDEX(data, 6-ROWS($A$1:$A1),COUNTA(INDEX(data, 6-ROWS($A$1:$A1),))-COLUMNS($A$1:A$1)+1),"") Change 6 to number of rows in your data + 1 (or use formula like counta) Update: Just ignore the 0s or change them to blanks on display using format code 0;0;;
@Kenshin Interesting question. Assuming your raw data is named data You can use below formula =IFERROR(INDEX(data, 6-ROWS($A$1:$A1),COUNTA(INDEX(data, 6-ROWS($A$1:$A1),))-COLUMNS($A$1:A$1)+1),"") Change 6 to number of rows in your data + 1 (or use formula like counta) Update: Just ignore the 0s or change them to blanks on display using format code 0;0;;
B bosco_yip Excel Ninja Jan 8, 2017 #3 Maybe, In A8 copy across and down : =IFERROR(INDEX($A$1:$E$5,6-ROWS($1:1),7-COLUMNS($A:A)-ROWS($1:1)),"") Regards Last edited: Jan 8, 2017
Maybe, In A8 copy across and down : =IFERROR(INDEX($A$1:$E$5,6-ROWS($1:1),7-COLUMNS($A:A)-ROWS($1:1)),"") Regards
K Kenshin Member Jan 9, 2017 #5 I have another request for another lay out table result, i try modify you formula but the end is fail Attachments Example-1.xlsx 10.5 KB · Views: 7
I have another request for another lay out table result, i try modify you formula but the end is fail
Hui Excel Ninja Staff member Jan 9, 2017 #6 A8: =OFFSET(A$6,-ROWS($A$8:A8),0) Copy across and down Then apply a custom number format of #;;;
B bosco_yip Excel Ninja Jan 9, 2017 #7 Kenshin said: I have another request for another lay out table result, i try modify you formula but the end is fail Click to expand... In A8, copy across and down : =IFERROR(1/(1/INDEX(A$1:A$5,6-ROWS($1:1))),"") Regards
Kenshin said: I have another request for another lay out table result, i try modify you formula but the end is fail Click to expand... In A8, copy across and down : =IFERROR(1/(1/INDEX(A$1:A$5,6-ROWS($1:1))),"") Regards
K Kenshin Member Jan 9, 2017 #8 Cool guys you're the man, thanks you again for the trick cheers Kenshin