Formula to lookup value across multiple columns

claybwagner28

Board Regular
Joined
Sep 25, 2014
Messages
67
Office Version
  1. 365
Platform
  1. Windows
Hello everyone. I was given a spreadsheet of locations in column B with managers listed in columns C though G depending on how many a location had. I have a separate spreadsheet where I need to list whether the associate is a manager or not. I am thinking INDEX and MATCH but I have never done one. Any ideas or a better solution?
Thanks!
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Maybe:

Book1
ABCDEFGHIJ
1LocationManagersAssociateManager?
2AJaneJackJerryJackTRUE
3BJoeJodieTRUE
4CJohnJillMaryFALSE
5DJulieJosephineMarkFALSE
6EJessicaJodieJillTRUE
7
Sheet24
Cell Formulas
RangeFormula
J2:J6J2=COUNTIF($C$2:$G6,I2)>0
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

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