Single entry in a list

HWL

Active Member
Joined
Dec 1, 2009
Messages
462
This one should be simple. Say I have formulas in range E2:E6. In one of those spots I will return text, and only one. Or all of them could be blank.

I need another formula in A6 that simply displays whatever was returned in the range of E2:E6.

The problem being, that the text returned in E2:E6 is so dynamic, I can't think how to use index or match. Help? Thanks
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
this one should be simple. Say i have formulas in range e2:e6. In one of those spots i will return text, and only one. Or all of them could be blank.

I need another formula in a6 that simply displays whatever was returned in the range of e2:e6.

The problem being, that the text returned in e2:e6 is so dynamic, i can't think how to use index or match. Help? Thanks

answered my own question:

=index(f2:f6,match(true,len(f2:f6)<>0,0),1) cse
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,750
Members
452,940
Latest member
rootytrip

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