#1   Report Post  
Al
 
Posts: n/a
Default Extracting data

in tab A I have my Raw data. One of the columns is of names. what I want to
do is in Tab B, where I have my analysis and my names already listed, and I
want to copy the data from tab A to Tab B based on that name value. I think
it is a lookup function but I am not sure. Any help is of course appreciated.
  #2   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

use vlookup. see in excel help


Al wrote in message
...
in tab A I have my Raw data. One of the columns is of names. what I want

to
do is in Tab B, where I have my analysis and my names already listed, and

I
want to copy the data from tab A to Tab B based on that name value. I

think
it is a lookup function but I am not sure. Any help is of course

appreciated.


  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

It would be helpful if you were more specific.

Biff

-----Original Message-----
in tab A I have my Raw data. One of the columns is of

names. what I want to
do is in Tab B, where I have my analysis and my names

already listed, and I
want to copy the data from tab A to Tab B based on that

name value. I think
it is a lookup function but I am not sure. Any help is

of course appreciated.
.

  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
only a general idea:
have a look at VLOOKUP (http://www.contextures.com/xlFunctions02.html)
Also you may consider using a pivot table. See:
http://www.cpearson.com/excel/pivots.htm
http://peltiertech.com/Excel/Pivots/pivotstart.htm
http://www.contextures.com/xlPivot02.html
http://www.ozgrid.com/Excel/excel-pivot-tables.htm

--
Regards
Frank Kabel
Frankfurt, Germany

"Al" schrieb im Newsbeitrag
...
in tab A I have my Raw data. One of the columns is of names. what I

want to
do is in Tab B, where I have my analysis and my names already listed,

and I
want to copy the data from tab A to Tab B based on that name value.

I think
it is a lookup function but I am not sure. Any help is of course

appreciated.

  #5   Report Post  
Al
 
Posts: n/a
Default

Tab A has column A as "last name, first name" with a performance breakdown
of about 20 variables listed going off to the right. I need to extract 4-5
variables out of that information based on the name column. To other tabs
taht are being set up based on name. I think it has to do with a lookup
function but I'm not sure exactly how to set it up.

"Biff" wrote:

Hi!

It would be helpful if you were more specific.

Biff

-----Original Message-----
in tab A I have my Raw data. One of the columns is of

names. what I want to
do is in Tab B, where I have my analysis and my names

already listed, and I
want to copy the data from tab A to Tab B based on that

name value. I think
it is a lookup function but I am not sure. Any help is

of course appreciated.
.




  #6   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Do the columns that hold the 20 variables have headers?

I'll assume that A2:A8 are the list of names.
B1:U1 are the headers for the 20 performance variables.

Two ways to do this:

=INDEX(B2:U8,MATCH("BOB",A2:A8,0),MATCH
("whatever",B1:U1,0))

=VLOOKUP("BOB",A1:U8,MATCH("whatever",A1:U1,0),0)

You can make these more versatile by using cell references
for the lookup and match values. In both cases, "whatever"
refers to the performance variable.

Biff

-----Original Message-----
Tab A has column A as "last name, first name" with a

performance breakdown
of about 20 variables listed going off to the right. I

need to extract 4-5
variables out of that information based on the name

column. To other tabs
taht are being set up based on name. I think it has to

do with a lookup
function but I'm not sure exactly how to set it up.

"Biff" wrote:

Hi!

It would be helpful if you were more specific.

Biff

-----Original Message-----
in tab A I have my Raw data. One of the columns is of

names. what I want to
do is in Tab B, where I have my analysis and my names

already listed, and I
want to copy the data from tab A to Tab B based on

that
name value. I think
it is a lookup function but I am not sure. Any help

is
of course appreciated.
.


.

  #7   Report Post  
Ken Wright
 
Posts: n/a
Default

Pivot tables were made to make this kind of stuff real easy.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------



"Al" wrote in message
...
in tab A I have my Raw data. One of the columns is of names. what I want to
do is in Tab B, where I have my analysis and my names already listed, and I
want to copy the data from tab A to Tab B based on that name value. I think
it is a lookup function but I am not sure. Any help is of course appreciated.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 01/11/2004


  #8   Report Post  
utraceme
 
Posts: n/a
Default

What about if you have to do the same thing but the same name is repeated and
you need all the instances where it is called out with the associated 4-5
variables?

"Al" wrote:

Tab A has column A as "last name, first name" with a performance breakdown
of about 20 variables listed going off to the right. I need to extract 4-5
variables out of that information based on the name column. To other tabs
taht are being set up based on name. I think it has to do with a lookup
function but I'm not sure exactly how to set it up.

"Biff" wrote:

Hi!

It would be helpful if you were more specific.

Biff

-----Original Message-----
in tab A I have my Raw data. One of the columns is of

names. what I want to
do is in Tab B, where I have my analysis and my names

already listed, and I
want to copy the data from tab A to Tab B based on that

name value. I think
it is a lookup function but I am not sure. Any help is

of course appreciated.
.


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
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Charting data ranges that change mikelee101 Charts and Charting in Excel 2 December 16th 04 11:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Data Table - Does it work with DDE links and stock tickers? Post Tenebras Lux Excel Discussion (Misc queries) 0 December 1st 04 05:15 PM


All times are GMT +1. The time now is 11:40 PM.

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"