Formula that skips blank rows problem

omjII

New Member
Joined
Oct 19, 2010
Messages
1
I am looking for a formula that will look at a column of data(Column A) in Worksheet A, if there is data there, it will put that data in the cell I specify on a different worksheet(Worksheet B) .

This formula is on Worksheet B. I then need the forumula to put the next item of data from Column A onto Worksheet B in the cell directly below it.

The problem is that some of the cells in Column A on Worksheet A are blank. I need the formula on Worksheet B to recognize that there are blank cells, skip those, and use the next item of data.

I have this formula below, but the problem is that it goes row by row, so even if the cell on Worksheet A is blank, when I copy the formula it just goes to the next row. G11, G12, G13, G14 for example.

=IF('OBANs 12, 13, & 19'!G10="","",'OBANs 12, 13, & 19'!G10)

Is there a way to tell the formula to ignore blank cells, go to the next cell with data in Column A on Worksheet A, and put that in the next cell on Worksheet B?

Any help would be appreciated.

Thanks!
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,636
Latest member
laura12345

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