C
CrissyF
I have an Excel spreadsheet that has dates across the horizontal axis (Xaxis)
and part numbers descending down on the vertical axis (Y axis). It looks
almost exactly like the results of a crosstab. Here is a brief example:
Part 200806 200807 200808
1 $10 12$ $13
2 $10 12$ $13
3 $10 12$ $13
And I need it to look like this:
Part Date Value
1 200806 $10
1 200807 $12
1 200808 $13
2 200806 $10
2 200807 $12
2 200808 $13
Hard coding in VB for each individual part number is not an option because
there are atleast 500 part number that are 21 Alpha-numeric in length. Also,
the date spread is from 200806 till 201212, a very wide date range. I posted
this in access because I figured that there would be something easy to do
this with. We've looked at some of the other threads for reverse Crosstab
and don't believe this would work for our situation. VB and C++ knowledge is
very limited so please be forgiving! Any help would be greatly appreciated!
and part numbers descending down on the vertical axis (Y axis). It looks
almost exactly like the results of a crosstab. Here is a brief example:
Part 200806 200807 200808
1 $10 12$ $13
2 $10 12$ $13
3 $10 12$ $13
And I need it to look like this:
Part Date Value
1 200806 $10
1 200807 $12
1 200808 $13
2 200806 $10
2 200807 $12
2 200808 $13
Hard coding in VB for each individual part number is not an option because
there are atleast 500 part number that are 21 Alpha-numeric in length. Also,
the date spread is from 200806 till 201212, a very wide date range. I posted
this in access because I figured that there would be something easy to do
this with. We've looked at some of the other threads for reverse Crosstab
and don't believe this would work for our situation. VB and C++ knowledge is
very limited so please be forgiving! Any help would be greatly appreciated!