Dates Dates and more Dates

F

Frick

Range c8:r8 has first day of year dates. The C8 has date 1/1/05 all remaning col's have
(DATE(YEAR(c8)+1,MONTH(c8),DAY(c8)) copied across.

Range c10:r10 has dollar amounts such as $610.25


Range c25:ad25 has dates which are the 1st day of each month, such as 5/1/04 These dates are
formula driven with the first date entered and the remaining across col's referring to the formula
for the last day of the month in row 26.

Range c26:ad26 has dates which are the last day of each month, such as 5/31/04. These dates are
formula driven using the EOMONTH(__,0).

Range c31:ad31 has production amount numbers per month, such as 1458, 2385, 978 etc


The formula I need to generate in cells c32:ad32 is to:
Take the production amount and multiply times the dollar amount in row c10 so that the production
month is multipled times the dollar amount in the same year.

For example;

D08 = 1/1/06
D10 = $610.25

X25 = 3/1/06
X26 = 3/31/06

X31 = 100

X32 then should do the following:

100 x 610.25 = 61025.00 since the production amount is in March 06 it should then use the pricing
amount for Year 06, which is 610.25.

Hope that explains it.

Thanks, Frick
 

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

Similar Threads

LOOKUP I think? 1
tally a range of dates 2
Dates 9
Sort Dates 8
Dates And Pivot Tables 1
Sumif & Dates 4
working with dates in excel 3
Need to transform the dates to months 4

Top