vlookup help!!

G

Guest

here is my problem.

I have 12 spreadsheets with information on monthly sales to different
customers A, B , C. For example January spreadsheet will have, say 10 sales
to A, 15 sales to B, 8 sales to C etc. And February spreadsheet will have say
12 sales to A, 5 sales to B, 11 sales to C

I want to create an automated spreadsheet that selects sales to Customer A
from January spreadsheet, February Spreadsheet, March Spread
Sheet....December Spreadsheet. Is there a way to use V lookup to do this.
 
G

Guest

you mean you ant total sales?
vllookup(a,janshhetrange,2,0)+vlookup(a,febsheetrange,2,0)........
or a display of each month say in the cell called jan vlookup(a,janshhet
range,2,0)
next to feb=vlookup(a,febsheetrange,2,0)
obviuosly the a could be a reference to a cell where you could type or
select a b c etc...
 
G

Guest

thanks.

I need total sales for A for each month separately and I want to be able to
do this easily for B and C as well

So how do i copy the formular to populate the whole spreadsheet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top