wayneryeven
Technical User
Hey all
Bit hard to describe but will give it my best.
I have a sheet that works out how many of a product can be delivered on a certain day, and is laid out as follows:
Date: 15/05/09 | 16/05/09 | 17/05/09
Prod A: 50 60 70
Prod B: 0 10 50
What i want to do is to create a list similar to this:
15/05/09 Prod A 50
16/05/09 Prod A 60
16/05/09 Prod B 10
17/05/09 Prod A 70
17/05/09 Prod B 50
I have messed around with Query but not getting desired results. The quantities for each day are calculated for a series of IFs based on values- the calculation of which are too intense for this.
Is there anyway that i can retrieve the info from this table?
ANY ideas welcomed.
Bit hard to describe but will give it my best.
I have a sheet that works out how many of a product can be delivered on a certain day, and is laid out as follows:
Date: 15/05/09 | 16/05/09 | 17/05/09
Prod A: 50 60 70
Prod B: 0 10 50
What i want to do is to create a list similar to this:
15/05/09 Prod A 50
16/05/09 Prod A 60
16/05/09 Prod B 10
17/05/09 Prod A 70
17/05/09 Prod B 50
I have messed around with Query but not getting desired results. The quantities for each day are calculated for a series of IFs based on values- the calculation of which are too intense for this.
Is there anyway that i can retrieve the info from this table?
ANY ideas welcomed.