#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Pulling data

I have a xsl file with two sheets One is named data and other is named info
lets say.
On the data sheet lets say there is cell a1:z50000
I need to pull every cell in a row that c3:C5000 matches up with A1 on the
info sheet.

I just want to type in lets say mike in A1 on the info sheet. in cell a2 to
what ever it will pull all cells from the data sheet that that matches A1 on
the info sheet to data on c3:c5000 on the data sheet. I need some help on
this one. Thanks
--
Greg KY
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Pulling data

Source data in cols A to Z of sheet: data,
data from row3 down, key col = col C

In the other sheet: info,
Input value for the key col C will be made in A1

In B1: =IF($A$1="","",IF(data!C3=$A$1,ROW(),""))
Copy B1 down to cover the max expected extent of source data in the key col
C of "data", say down to B5000?

In C1:
=IF(ROWS($1:1)COUNT($B:$B),"",INDEX(data!A$3:A$50 00,SMALL($B:$B,ROWS($1:1))))
Copy C1 across by 26 cols to AB1, then fill down by the smallest range large
enough to cover the max expected return lines per particular input in A1, say
down to AB100? The required results will appear in cols C to AB.
Minimize/hide col B.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:57
xdemechanik
---
"Greg KY" wrote:
I have a xsl file with two sheets One is named data and other is named info
lets say.
On the data sheet lets say there is cell a1:z50000
I need to pull every cell in a row that c3:C5000 matches up with A1 on the
info sheet.

I just want to type in lets say mike in A1 on the info sheet. in cell a2 to
what ever it will pull all cells from the data sheet that that matches A1 on
the info sheet to data on c3:c5000 on the data sheet. I need some help on
this one. Thanks
--
Greg KY

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
Tying to extract all data from a pivot pulling from external data Ted Urban Excel Discussion (Misc queries) 3 September 14th 07 10:50 AM
Linking two spreadsheet, pulling data from one cell to another, data is being truncated Ben Excel Worksheet Functions 0 September 13th 07 11:41 PM
pulling data from one sheet and listing selected data in another Bfly Excel Worksheet Functions 2 February 2nd 07 01:38 AM
Pulling data Curtis Excel Worksheet Functions 4 October 30th 06 03:11 AM
Pulling data from web famdamly Excel Discussion (Misc queries) 3 February 26th 06 06:14 PM


All times are GMT +1. The time now is 07:09 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"