Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default pulling from one sheet to another

I am having trouble pulling data from one sheet to another:

SHEET 1
A B C D E
4/21/2010 34287 74 3 4
4/21/2010 39210 90 1 4
4/21/2010 13969 56 3 3
4/21/2010 33369 45 2 2

SHEET 2
A B C D E
04/16/10 13969
04/16/10 39210
04/16/10 34287
04/16/10 33035


I want to pull the data from SHEET 1 column C,D,E .....if A and B match on
both sheets
The data in a columns on sheet 1 is entered manually and changes each day
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default pulling from one sheet to another

You could contatenate column A and B values together in a helper
column on both sheets, and use this to determine an exact match. For
example:

=A1 &"_"& B1

will give you something looking like this in your helper cell:

40289_34287

where the first number is the serial value of the date in A1.

Hope this helps.

Pete

On Apr 27, 4:35*pm, Norm wrote:
I am having trouble pulling data from one sheet to another:

SHEET 1
* * * A * * * * * B * * * * * * C * * * * * * D * * * * * * *E
4/21/2010 * * * 34287 * 74 * * *3 * * * 4
4/21/2010 * * * 39210 * 90 * * *1 * * * 4
4/21/2010 * * * 13969 * 56 * * *3 * * * 3
4/21/2010 * * * 33369 * 45 * * *2 * * * 2

SHEET 2
* * *A * * * * * *B * * * * * *C * * * * * * *D * * * * * * *E
04/16/10 * * * *13969 * * * * * * * * *
04/16/10 * * * *39210 * * * * * * * * *
04/16/10 * * * *34287 * * * * * * * * *
04/16/10 * * * *33035 * * * * * * * * *

I want to pull the data from SHEET 1 column C,D,E .....if A and B match on
both sheets
The data in a columns on sheet 1 is entered manually and changes each day


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default pulling from one sheet to another

I'm not sure I am explaining this right
I want the data from C21 on sheet 1 in a cell on sheet 2 if the A & B column
data matches
SHEET 1 row 21
A B C D E
4/21/2010 34287 74 3 4

SHEET 2 row 20
A B C D E
4/21/2010 34287 74

"Pete_UK" wrote:

You could contatenate column A and B values together in a helper
column on both sheets, and use this to determine an exact match. For
example:

=A1 &"_"& B1

will give you something looking like this in your helper cell:

40289_34287

where the first number is the serial value of the date in A1.

Hope this helps.

Pete

On Apr 27, 4:35 pm, Norm wrote:
I am having trouble pulling data from one sheet to another:

SHEET 1
A B C D E
4/21/2010 34287 74 3 4
4/21/2010 39210 90 1 4
4/21/2010 13969 56 3 3
4/21/2010 33369 45 2 2

SHEET 2
A B C D E
04/16/10 13969
04/16/10 39210
04/16/10 34287
04/16/10 33035

I want to pull the data from SHEET 1 column C,D,E .....if A and B match on
both sheets
The data in a columns on sheet 1 is entered manually and changes each day


.

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
Pulling data from one sheet to another Jeremy Excel Discussion (Misc queries) 1 May 26th 09 02:58 PM
Pulling Data from another sheet [email protected] Excel Discussion (Misc queries) 0 September 17th 07 04:26 PM
pulling data from another sheet HouseofRahl Excel Discussion (Misc queries) 2 July 21st 06 11:11 PM
Pulling info into another sheet Teric506 Excel Worksheet Functions 0 September 26th 05 05:08 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 08:09 AM.

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

About Us

"It's about Microsoft Excel"