find first cell containing text in a range

Rubber Beaked Woodpecker

Board Regular
Joined
Aug 30, 2015
Messages
208
Office Version
  1. 2021
Hi all :-)

If possible I'm hoping someone can kindly provide a formula for the following please;

In Z1 I would like a formula to look at the range U6:AJ15 and return the text of the first cell that contains text.

Hope this makes sense :)

Thanks RBW
 
@HighAndWilder
Great idea but the data might not be 1 character. To make it more robust, something like this:
Book1
UVWXYZAA
1zebra<-scan by row
2xennon<- scan by column
3
4
5
6zebra
7xennoncd
8kk
Sheet5
Cell Formulas
RangeFormula
Z1Z1=LET(t,TEXTJOIN("|",,U6:X8),LEFT(t,FIND("|",t)-1))
Z2Z2=LET(t,TEXTJOIN("|",,TRANSPOSE(U6:X8)),LEFT(t,FIND("|",t)-1))
 
Upvote 0

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.

Forum statistics

Threads
1,225,609
Messages
6,185,980
Members
453,333
Latest member
BioCoder84

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