Bring Columns across and eliminating blanks

cherokee

Board Regular
Joined
Apr 16, 2012
Messages
93
1BBBCBDBEBFBGBHBIBJBKBLBMBNBOBPBQBRBSBT
2
301379
4
501379
6

<colgroup><col><col span="19"></colgroup><tbody>
</tbody>

Line 3 is the result of a formula.
What formula do I need to then convert Line 3 into Line 5. On this example I just typed the numbers in line 5 to demonstrate what I need it to look like by using a formula.
The blanks on Line 3 contain "" in their formula.
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
=iferror(index($bb3:$bt3,aggregate(15,6,(column($bb3:$bt3)-column($bb3)+1)/($bb3:$bt3<>""),columns($bb3:bb3))),"")
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top