Still need help with address and matching function

flipit

New Member
Joined
Nov 25, 2012
Messages
5
Hello Friends,

Im using windows vista with excel 2007.

I have a list of phone numbers in column C and the last four digits to those phone numbers in column B in descending order. Im looking for a function that would give me the address of my partial number in column B that is in column C?

I have used this before to find the whole number but now just want to get the same result with only using the last four digits. The below code is not working?

=ADDRESS(MATCH(B2,$C$1:$C$501,0),COLUMN($C$1:$C$501))

FORMULA

<tbody>
</tbody>
DNC NUMBER

<tbody>
</tbody>
Phone

<tbody>
</tbody>
3986

<tbody>
</tbody>
2104903722

<tbody>
</tbody>
2787

<tbody>
</tbody>
5625972787

<tbody>
</tbody>
3722

<tbody>
</tbody>
5628093986

<tbody>
</tbody>
3084

<tbody>
</tbody>
5629233084


<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>

please help

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>







 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Try this...

{=ADDRESS(MATCH(B1,RIGHT($C$1:$C$501,4),0),3,1,1)}

Enter with Ctrl+Shift+Enter.

If you have the actual values in column B, and not a formula then use this:

{=ADDRESS(MATCH(TEXT(B1,"####"),RIGHT($C$1:$C$501,4),0),3,1,1)}

Again, Ctrl+Shift+Enter.
 
Last edited:
Upvote 0
OMG thank you so much it effn worked! :) :eek: your a genius

dude i owe you a beer or whatever ur into LOL
 
Upvote 0

Forum statistics

Threads
1,215,694
Messages
6,126,253
Members
449,305
Latest member
Dalyb2

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