Formula to find text in a chart based on the contents of another cell

msdvers4

New Member
Joined
Oct 20, 2017
Messages
7
I have tried several formulas and I think what is needed it above me knowledge level. I am looking for a formula that identifies an ID # in one column, locates the same ID in a chart and returns with the user name that is associated with that ID #

The data in A:A, B:B, and C:C would change constantly, Data in G:G and H:H would only change when additional IDs and Users are added to the list.

Any help or direction would be much appreciated!

I will be posting a picture of the sheet I am working on.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Here is the picture of the sheet
 

Attachments

  • 3D9000DB-3150-42A1-BF13-7E8BA2871775.jpeg
    3D9000DB-3150-42A1-BF13-7E8BA2871775.jpeg
    124 KB · Views: 8
Upvote 0
Hi,

Try this, LOOKUP or VLOOKUP:

Book3.xlsx
CDEFGH
2  
3  
4A003KaraKaraA003Kara
5  A004Carl
6A008JamieJamie
7  A006Mike
8A006MikeMike
9  A008Jamie
Sheet856
Cell Formulas
RangeFormula
D2:D9D2=IF(C2="","",LOOKUP(2,1/SEARCH(C2,G$2:G$23),H$2:H$23))
E2:E9E2=IFERROR(VLOOKUP(C2,G$2:H$23,2,0),"")
 
Upvote 0

Forum statistics

Threads
1,215,503
Messages
6,125,179
Members
449,212
Latest member
kenmaldonado

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