Tricky Lookup/Find Question

Scottbud

New Member
Joined
Aug 29, 2011
Messages
8
Hi, I am hopeing that this is an easy question for one of you. Allthough I have mastered vlookup's I dont know how to takle this particular problem.

I am a product manager and am trying to make an anylisis workbook.
On one sheet (Promotions Forecast) I have each appropriate month listed in the first row, Aug-11, Sept-11, Oct-11, Nov-11, Dec-11 and so on.

In the first column I have all the product codes.

Then the data area contains quantities we expect to sell during that month for each product. I would like to be able to keep the historical data on the sheet


In another sheet (Analysis)

I want to dynamically return (in column AM) the the total expected sales for each product for the next 3 months.
Product Codes are in Column A on the Analysis sheet.
Help :S
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi, as far as I know you would need to do multiple vlookups and add them up.

ie:

=(vlookup(stuff)+vlookup(stuff)+vlookup(stuff))

adjust as needed (may need more brackets)
 
Upvote 0
Thanks for your help, I thought about that option but had hoped there was an easier way as I would have to either move all the data around or change the formulas each time we click over into a new month.
 
Upvote 0
im not that great with formulas but you could use the MONTH or similar formulas in there (instead of saying Oct11 put MONTH & "11") and also (MONTH - 2) & "11"

like i said should work but I havent tested yet
 
Upvote 0
Sorted it! Thanks for your help :D

It looked a little something like this.
=VLOOKUP(A3,Promos,MATCH($AM$2,'Promotions Forecast'!$3:$3,0),FALSE)
 
Upvote 0
Having the product list in column A and forecast for sales in column B to say AL, in sheet 1 and then product list and desired total forecast sale for 3 months in sheet 2 (adjust range as desired)

See if this gets you started :

Excel Workbook
ABCDEFGH
4ProductSep-11Oct-11Nov-11Dec-11Jan-12Feb-12Mar-12
5Product 116751146173808243
Sheet1







Excel Workbook
AB
1StartJan-12
2EndMar-12
3Product*
4Product 1205
Sheet2
#VALUE!
</td></tr></table></td></tr></table>
 
Upvote 0

Forum statistics

Threads
1,215,482
Messages
6,125,058
Members
449,206
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top