Formula for pulling data from 1 sheet copying to another and removing the blank cells.

blanx

New Member
Joined
Mar 10, 2018
Messages
11
So I have a Sheet "Roster" in I8:I35 I have Names, not all cells are full, some days they are some they are not.

On a second sheet i want to have a formula that will copy only the Cells with Data in them and put them in B17:B???

Im having trouble figuring out what formula combinations to use.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
How about
=IFERROR(INDEX(Roster!$I$8:$I$35,AGGREGATE(15,6,(ROW(Roster!$I$8:$I$35)-ROW(Roster!$I$8)+1)/(Roster!$I$8:$I$35<>""),ROWS($A$1:A1))),"")
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,381
Members
448,888
Latest member
Arle8907

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