columns question

mole999

Well-known Member
Joined
Oct 23, 2004
Messages
10,524
Office Version
  1. 2019
  2. 2016
  3. 2013
Platform
  1. Windows
Not sure what a good search term would be.
I have a number of sets of data in a single range of columns. I'd like to have that data in multiple columns but treat as a VLOOKUP so C,J,O is that doable someway? by combing name ranges somehow
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Do you mean like this?

=IFERROR(VLOOKUP(lookupvalue,C1:I1000,2,0),IFERROR(VLOOKUP(lookupvalue,J1:N1000,2,0),IFERROR(VLOOKUP(lookupvalue,O1:Z1000,2,0),"NOT FOUND ANYWHERE")))
 
Last edited:
Upvote 0
That could be it, I want to treat as individuals but search as a effective long list I will give that a work out, thank you
 
Upvote 0
That could be it, I want to treat as individuals but search as a effective long list I will give that a work out, thank you

Hi

If you have a long list of columns, is there not some logic to it, like every 4th column, or columns that have a header starting with "MKT" or something that allows you to identify the column a part of the list?
 
Last edited:
Upvote 0
Its basically a list of staff and the ID (some numeric, some text), trying to make sure I see all variants (two or three is not uncommon) in the data and provide one very clean output
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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