Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAB
 
Posts: n/a
Default Index function help

I have 4 columns, all the rows in the columns go together, example:

Branch: ID: Location: State:
130 ADK Adok Island AK
120 JAN Jackson MS

The columns are 2086 rows long, and are all in this same format.
What I need: Is to be able to (in another worksheet) call upon the "ID" and
it return the Branch, Location, and State... all in the same order as shown
above.
So, to sum up, I want to be able to (in a clean worksheet), copy "ADK" to
cell B2, and it pull up "130", "Adok Island", "AK" in cells A2, C2, and D2,
respectively. Keep in mind that I will be dealing with large volumes of
data, anywhere from 10 to 1500 "ID's" at one time. Any help would be great.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAB
 
Posts: n/a
Default Index function help

I used the formula suggested, and I am only able to get the first line of
information (line 2) all the other info says "#N/A". If I didn't make it
clear, I need to be able to call on an ID that may be listed in line 1070 of
the DATA! worksheet, but have it reproduce on line 5 of the new worksheet
(still in column B though).

"Ardus Petus" wrote:

Assuming your IDs are unique (no dupes)

in A2: =INDEX(Data!A:A,MATCH($B2,Data!$B:$B,0))
Copy into C2 & D2

HTH
--
AP

"JAB" a écrit dans le message de news:
...
I have 4 columns, all the rows in the columns go together, example:

Branch: ID: Location: State:
130 ADK Adok Island AK
120 JAN Jackson MS

The columns are 2086 rows long, and are all in this same format.
What I need: Is to be able to (in another worksheet) call upon the "ID"
and
it return the Branch, Location, and State... all in the same order as
shown
above.
So, to sum up, I want to be able to (in a clean worksheet), copy "ADK" to
cell B2, and it pull up "130", "Adok Island", "AK" in cells A2, C2, and
D2,
respectively. Keep in mind that I will be dealing with large volumes of
data, anywhere from 10 to 1500 "ID's" at one time. Any help would be
great.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAB
 
Posts: n/a
Default Index function help

Also, as far as duplicated data, the data sheet that has the ID's already
listed are not duplicated, but the new data needing the added info is usually
duplicated many times.

"JAB" wrote:

I used the formula suggested, and I am only able to get the first line of
information (line 2) all the other info says "#N/A". If I didn't make it
clear, I need to be able to call on an ID that may be listed in line 1070 of
the DATA! worksheet, but have it reproduce on line 5 of the new worksheet
(still in column B though).

"Ardus Petus" wrote:

Assuming your IDs are unique (no dupes)

in A2: =INDEX(Data!A:A,MATCH($B2,Data!$B:$B,0))
Copy into C2 & D2

HTH
--
AP

"JAB" a écrit dans le message de news:
...
I have 4 columns, all the rows in the columns go together, example:

Branch: ID: Location: State:
130 ADK Adok Island AK
120 JAN Jackson MS

The columns are 2086 rows long, and are all in this same format.
What I need: Is to be able to (in another worksheet) call upon the "ID"
and
it return the Branch, Location, and State... all in the same order as
shown
above.
So, to sum up, I want to be able to (in a clean worksheet), copy "ADK" to
cell B2, and it pull up "130", "Adok Island", "AK" in cells A2, C2, and
D2,
respectively. Keep in mind that I will be dealing with large volumes of
data, anywhere from 10 to 1500 "ID's" at one time. Any help would be
great.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 index function does not calculate Lost in Alabama Excel Worksheet Functions 2 April 1st 06 04:47 AM
Index function works in A2, but not in A10, Why is that? Cant figure it out. sonar Excel Worksheet Functions 8 August 28th 05 07:44 PM
If function using Index dbl Excel Worksheet Functions 13 August 9th 05 06:35 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 04:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"