Array formula, copy column to another column ignoring blank

Tocix

New Member
Joined
Apr 17, 2016
Messages
45
Office Version
  1. 365
Hello,

I search the forum for something familiar but I cannot find any. Please help me out. Example column H, row 3-10 have data which includes blank. What I want to do is whatever data entered in column I get extracted to column T without the blank. Copy and paste are tedious for hundreds of pages.

Thank you very much in advance.

aADEFGHIJKLSTUVW
123
2145
3123abc
4145def
5789
6abc900
7def
8
9789
10900

<tbody>
</tbody>
 
Last edited:

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Try this array formula in T1 copied down
=IFERROR(INDEX(H$3:H$10,SMALL(IF(H$3:H$10<>"",ROW(H$3:H$10)-ROW(H$3)+1),ROWS(T$1:T1))),"")
Ctrl+Shift+Enter

M.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,685
Members
448,977
Latest member
dbonilla0331

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