Match/Index/Indirect Formula??

pujo

Well-known Member
Joined
Feb 19, 2009
Messages
708
Office Version
  1. 2019
  2. 2013
Platform
  1. Windows
Good day all!
It's been a while and need some formula assistance.

Column A I have a large list of MAC addresses I pulled from a switch.
Column B I have another list of MAC addresses pulled from a different switch.
Column C is the list of IP addresses associated with the MAC addresses in column B.

I'm trying to figure out the formula to find the matched MAC addresses from column A and Column B outputting the matched MAC address in column D and the associated IP address in Column C that has a match in column D.

Thanks!
PuJo
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Updated!

On this windows machine, I am using Office '13.
 
Upvote 0
Thanks for that.
Try in D2 dragged down
Excel Formula:
=IFERROR(INDEX($A$2:$A$20,AGGREGATE(15,6,(ROW($A$2:$A$20)-ROW($A$2)+1)/(ISNUMBER(MATCH($A$2:$A$20,$B$2:$B$20,0))),ROWS(D$2:D2))),"")
and in E2 dragged down
Excel Formula:
=IF(D2="","",INDEX($C$2:$C$20,MATCH(D2,$B$2:$B$20,0)))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

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