R
Ra
Hi,
I have a table that has the following structure:
Month Scrap
900
200
2008, October 500
2008, October 400
2008, September 200
100
2008, August 50
500
Any way I can fill in the blanks for the Month in such a way so it reads:
If Scrap is 900, then Month is 2008, October. or
If Scrap is 200, then Month is 2008, October, or
If Scrap is 100, then Month is 2008, September, or
If Scrap is 500, then Month is 2008, August
Any help would be greatly appreciated.
Thank you so much.
I have a table that has the following structure:
Month Scrap
900
200
2008, October 500
2008, October 400
2008, September 200
100
2008, August 50
500
Any way I can fill in the blanks for the Month in such a way so it reads:
If Scrap is 900, then Month is 2008, October. or
If Scrap is 200, then Month is 2008, October, or
If Scrap is 100, then Month is 2008, September, or
If Scrap is 500, then Month is 2008, August
Any help would be greatly appreciated.
Thank you so much.