Which Cell value was found in

itwasgood

New Member
Joined
Nov 14, 2010
Messages
2
I have a function checking if a certain value is present in a certain column

how then do i get Excel to output which cell the value was found in?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi, please can you post the function you are using? It's not clear from your post if you are using a VBA and/or formula-based function.
 
Upvote 0
Hi and welcome to the board

What is the function that you are using? Are you using VBA or a native function used in the worksheet?

One possible way?

Find the row reference of "test" in column A:
=MATCH("Test",A:A,0)

To return the cell address:
=ADDRESS(MATCH("Test,A:A,0),1)
 
Upvote 0

Forum statistics

Threads
1,215,385
Messages
6,124,626
Members
449,174
Latest member
Anniewonder

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