Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KG
 
Posts: n/a
Default Am I trying to do something that Excel cannot handle?

Here is the challenge:

1) On row 3 there are headings: 1st qrt, 2nd qrt, 3rd qrt, 4th qrt, 1st
qrt, 2nd qrt., etc. representing subdivisions of calendar years.

2) On row 4, under each quarter heading, there is a sales forecast. The
basic assumption is that what is forecast for the quarter must be on hand at
the beginning of that quarter.

3) In cell A2: the user enters a leadtime in weeks for obtaining the product.

4) Based on the leadtime entered in cell A2, I want to auto-populate row 5,
showing when the product should be ordered. So, if I need 500k pounds at the
beginning of qrt 4 and the leadtime is is 16 weeks (1.33 quarters), 500K
pounds are entered under qrt 2.

5) whatever macro or VBA could make this happen, would need to handle 8 data
sets (got the 8 different products in the forecast) each with its own leadtime

Am I wasting my time?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

You don't say how your data is organized, so I don't know how to deal
with the other seven products (where is their lead time entered?), but
you could do something like (assuming the 1st "1st qrt" heading is in
column B):

B5: =INDEX(C4:$IV4,CEILING($A$2/13,1))

copy to the right as far as required.


In article ,
"KG" wrote:

Here is the challenge:

1) On row 3 there are headings: 1st qrt, 2nd qrt, 3rd qrt, 4th qrt, 1st
qrt, 2nd qrt., etc. representing subdivisions of calendar years.

2) On row 4, under each quarter heading, there is a sales forecast. The
basic assumption is that what is forecast for the quarter must be on hand at
the beginning of that quarter.

3) In cell A2: the user enters a leadtime in weeks for obtaining the product.

4) Based on the leadtime entered in cell A2, I want to auto-populate row 5,
showing when the product should be ordered. So, if I need 500k pounds at the
beginning of qrt 4 and the leadtime is is 16 weeks (1.33 quarters), 500K
pounds are entered under qrt 2.

5) whatever macro or VBA could make this happen, would need to handle 8 data
sets (got the 8 different products in the forecast) each with its own leadtime

Am I wasting my time?

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


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