formula to find text and return its cell address

adhynagara

New Member
Joined
Sep 6, 2013
Messages
3
Hello... Is there any formula to find text and return its cell address? This is like when we use Ctrl+F function to find a text, and Excel then highlight the cell contains the referred text. At the same time, the name-bar displays the address of the cell. Now, is there any formula that can perform such task like this? Thanx in advance!
 
Hi,

I have a similar problem however I have the same text 'ab' appear multiple times in the column..eg :

a1 ab
a2 cd
a3 ef
a4 gh
a5 ij
a6 kl
a7 ab
a8 ab
a9 mn

when i use ADDRESS(MATCH("ab",$A$1:$A$9,0),1) i keep getting the first encountered address which is a1, whereas I'd like to see a1, a7, a8..please help

Thanks,
Abhinav

C1: ab

C2, control+shift+enter, not just enter, and copy down:
Rich (BB code):
=IFERROR(CELL("address",INDEX($A$1:$A$9,SMALL(IF($A$1:$A$9=C$1,
  ROW($A$1:$A$9)-ROW($A$1)+1),ROWS(C$2:C2)))),"")
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,226,453
Messages
6,191,137
Members
453,642
Latest member
jefals

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