OFFSET MATCH but ignore depending on another value

Drivingman

New Member
Joined
Jan 26, 2012
Messages
19
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
HI

I am trying to use offset and match and thought I had it perfected. VLookup wont work as I am using a skill table for our agents. Multiple times that a skill set would appear and I want it to return the agents name but only ONCE!

Column CDE
=IFERROR(MATCH($K$3,OFFSET(Sheet2!$A$1,C3,0,2000,1),0)+C3,"")

Gives me the row number of where I would find the chosen skill
=IFERROR(INDEX(Sheet2!$B$1:$B$2000,$C4), "" )

Gives me the name for this row number
=IFERROR(INDEX(Sheet2!$A$1:$A$2000,$C4), " ")

Gives me the skill set


SO each works perfectly in its own little right. What I am asking is, would it be possible for the next time column D returns a name already in my list, that it is ignored and moved on.
Or am I asking too much?

TYIA.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Two things would help get your answer quicker I think.
  1. Update your Account details (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’)
  2. Provide some smallish sample data and expected results with XL2BB and explain how those results are obtained manually
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,268
Members
448,558
Latest member
aivin

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