Pick only first non blank cell from each row

Cyber20

New Member
Joined
Aug 12, 2009
Messages
22
Hi,
I have spreadsheet with Months(Columns) under with amount but some months has not amounts, what I want to do is create another spreadsheet exaclty same formate but only want to display the first non blank cell in one spreadhsheet and in another spreadsheet the second non blank cell. any help would be kindly appreciated.

this is original spreadsheet
Jan
Feb
Mar
Apr
May
June
100
10
200
200
2000

<tbody>
</tbody>


only first non blank cell to be displayed
Jan
Feb
Mar
Apr
May
June
100
200

<tbody>
</tbody>

only second blank cell to be displayed
Jan
Feb
Mar
Apr
May
June
10
2000

<tbody>
</tbody>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,214,973
Messages
6,122,534
Members
449,088
Latest member
RandomExceller01

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