Howdy
I've been struggling with building a worksheet to help with some work functions, can seem to connect the math with the excel functions. Any help is greatly appreciated.
We have several sets of tools identified by color. There are a varying numbers of each colored set of tools. We also have determined how many times per year that each group of tool sets needs to be re-colored depending on usage. Part of our list could look like this,
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]# of sets
[/TD]
[TD]Times per year
[/TD]
[TD]Week 1
[/TD]
[TD]Wk 2
[/TD]
[TD]Wk 3
[/TD]
[TD]Wk 4
[/TD]
[TD]Wk 5
[/TD]
[TD]Wk 6
[/TD]
[TD]Wk 7....
[/TD]
[/TR]
[TR]
[TD]Red tools
[/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green tools
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue tools
[/TD]
[TD]2
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yellow tools
[/TD]
[TD]4
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
We are trying to have this data distributed evenly over 52 columns to correspond with the weeks in the year. The number of sets of each color group would change and the times per year would change, depending on usage and other factors.
Thanks in advance for any help!
I've been struggling with building a worksheet to help with some work functions, can seem to connect the math with the excel functions. Any help is greatly appreciated.
We have several sets of tools identified by color. There are a varying numbers of each colored set of tools. We also have determined how many times per year that each group of tool sets needs to be re-colored depending on usage. Part of our list could look like this,
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]# of sets
[/TD]
[TD]Times per year
[/TD]
[TD]Week 1
[/TD]
[TD]Wk 2
[/TD]
[TD]Wk 3
[/TD]
[TD]Wk 4
[/TD]
[TD]Wk 5
[/TD]
[TD]Wk 6
[/TD]
[TD]Wk 7....
[/TD]
[/TR]
[TR]
[TD]Red tools
[/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green tools
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Blue tools
[/TD]
[TD]2
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Yellow tools
[/TD]
[TD]4
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
We are trying to have this data distributed evenly over 52 columns to correspond with the weeks in the year. The number of sets of each color group would change and the times per year would change, depending on usage and other factors.
Thanks in advance for any help!