formula to find second cell containing data

doropeter

New Member
Joined
Feb 10, 2005
Messages
9
Hi!

I am looking for a formula which will find the second cell in a row that contains information (which is not empty).
I have a table with over 30.000 rows, and 80 columns. Cells contain data in text format. Many of the cells are empty cells. In each row I have to find the second cell which is not empty.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi,

Try:

=INDEX(1:1,SMALL(IF(1:1<>"",COLUMN(1:1)),2))

confirmed with Ctrl + shift + enter.
 
Upvote 0
Hi,
thanks for the idea, but the above formula does not give the result that I expected. I am still working on it.
 
Upvote 0
Did you confirm the formula with Ctrl + shift + enter and not just with enter?
Book1
ABCDEFGHI
1First entrySecond entryThird entry
2
3
4
5Second entry
6
Sheet3
 
Upvote 0

Forum statistics

Threads
1,219,161
Messages
6,146,657
Members
450,706
Latest member
LGVBPP

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