jolome2001
New Member
- Joined
- Jan 19, 2011
- Messages
- 7
Hello-
I'm still new to VBA and do most of my coding with recording and modification so I may need a LOT of help here.
I have a table that lists Part #, forecast values, and dates-in-months. I need to find an easy way to convert the months and values to weeks.
E.g. P0421 - 2018M03 - 30000
and needs to be broken out and written to separate columns as:
P0421 - 201809 - 6000
P0421 - 201810 - 6000
P0421 - 201811 - 6000
P0421 - 201812 - 6000
P0421 - 201813 - 6000
Given a 4,4,5 break per quarter, is there a code that will identify the given month, break it into the correct weeks, and divide the total equally between the weeks? Data would consist of several part# and months at a time (up to 12 months).
Thanks for any and all help.
John
I'm still new to VBA and do most of my coding with recording and modification so I may need a LOT of help here.
I have a table that lists Part #, forecast values, and dates-in-months. I need to find an easy way to convert the months and values to weeks.
E.g. P0421 - 2018M03 - 30000
and needs to be broken out and written to separate columns as:
P0421 - 201809 - 6000
P0421 - 201810 - 6000
P0421 - 201811 - 6000
P0421 - 201812 - 6000
P0421 - 201813 - 6000
Given a 4,4,5 break per quarter, is there a code that will identify the given month, break it into the correct weeks, and divide the total equally between the weeks? Data would consist of several part# and months at a time (up to 12 months).
Thanks for any and all help.
John
Last edited: