in Row 1 : 10 11 12 15 33
(A1=10, B1=11, C1=12, D1=15, E1=33)
I need them in Column F, between 10 and 16
A2=10
A3=16
(F11=10, F12=11, F13=12, F14=15, F15=33)
in Row 1 : 10 11 12 15 33
(A1=10, B1=11, C1=12, D1=15, E1=33)
I need them in Column F, between 10 and 16
A2=10
A3=16
(F11=10, F12=11, F13=12, F14=15, F15=33)
How does this differ in practice from your earlier thread?
https://www.excelforum.com/excel-gen...orizontal.html
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" to anyone who has offered you help in your thread. You can reward them by clicking on * Add Reputation below theur user name on the left, if you wish.
Forum Rules (updated September 2018): please read them here.
How to use the Power Query code you've been given: help here. More about the Power suite here.
Use this:
=IFERROR(INDEX($A$1:$E$1,ROWS($1:1)),"")
Glenn
Or array entered: =IFERROR(INDEX($A$1:$E$1,SMALL(IF($A$1:$E$1>=$A$2,IF($A$1:$E$1<=$A$3,COLUMN($A$1:$E$1)-COLUMN($A$1)+1)),ROWS($F$1:F1))),"")
Click the * to say thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks