View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Rob
 
Posts: n/a
Default Vlookup to Return a Range of Data

Hi Biff,

Here are the answers to your questions ;

*Typically, there will probably be about 30-40 lines of data for a specific
store.

*Over the course of a year, there will be 200 different stores that need to
be analyzed.

*The "Dump" of data can be sorted anyway in which it needs to be (Store #)

*The "Dump" of data will be updated every month.

-Basically, as we open new stores we need to analyze all data for that new
store. We update this particular file every month - and add new stores (tabs)
as required.

Hope this helps.
Thanks!
Rob


"Biff" wrote:

Ok, one more question, well, maybe two or three.....

Out of those 4000 rows approximately how many will typically be associated
with store # 2885?

How many different store #'s are there? I assume you want to extract the
data for each different store to its own sheet?

Can you sort the "dump" sheet by store # ?

Is the "dump" static or does it change on a regular basis (a new "dump"
everyday?) Is the size of the "dump" always the same?

A lot of questions but this is the type of info that determines your best
approach to this. This *could* be done with formulas but it probably isn't
the best approach. If you do this regularly I'd turn on the macro recorder
then apply a filter and start filtering on the store #'s, copy/paste to the
appropriate sheets. Do it once manually and thereafter you have the macro to
do it for you automatically.

Biff

"Rob" wrote in message
...
The dump of data starts in A1 and goes to E4000

"Biff" wrote:

How big is "the dump" ?

x columns by x rows

Biff

"Rob" wrote in message
...
The only issue is this - the "dump" of data is located on a different
tab.

Example - tab #1 is the dump of data. Tab #2 is a specific store
(2885),
and
tab #3 is another store - and so on.

So I basically need to get all the individual store data on a specific
tab
(based on the criteria).

Thanks!
Rob

"Nick Hodge" wrote:

You should look at setting up an autofilter.

DataFilterAutofilter and filter on the store#

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HIS


"Rob" wrote in message
...
Hello,

Heres my issue - I have a single piece of criteria (ie - Store #),
and
given
this, I need to look at a large dump of data, and return all the
values
for
this particular store number.

Example :
Here is the data dump :
A B C D
Store # Account # Date Amount
1 2885 120000 05/17/06 100.00
2 2950 130405 06/17/06 50.00
3 2885 130402 04/20/04 200.00
4 2950 126210 08/17/05 50.00

Now, If I am running a report on Store #2885 - what I need the
formula
to
do
is give me all pieces of information that relate to that store.
Here
is
what
the end result of the formula should be :

Store # Account # Date Amount
2885 120000 05/17/06 100.00
2885 130402 04/20/04 200.00

Can anybody help me ?

Thanks!
Rob