Choosing??

  • Thread starter Thread starter Khalil Handal
  • Start date Start date
K

Khalil Handal

Hi,
I have a worksheet with 3 columns: "month, Item type, quantity" :
month Item Type quantity
Jan. 1 2
2 1
3 1

Feb. 1 2
2 2
1 3

I want to rearrange this according to "Item Type" verses "month" in a new
worksheet where it sums the quantity of each type (as follows):

Item Type Jan. Feb. ...... Dec.
1 2 5
(5 from 2+3)
2 1 2
3 1 0

Can any one have an idea?

Khalil Handal
 
Khalil said:
Hi,
I have a worksheet with 3 columns: "month, Item type, quantity" :
month Item Type quantity
Jan. 1 2
2 1
3 1

Feb. 1 2
2 2
1 3

I want to rearrange this according to "Item Type" verses "month" in a
new worksheet where it sums the quantity of each type (as follows):

Item Type Jan. Feb. ...... Dec.
1 2 5
(5 from 2+3)
2 1 2
3 1 0

Can any one have an idea?

Khalil Handal

Sure you can sort on any field in a query, report or form.

Do you need more help?
 
Is this data in Access or Excel?

If Access, then I'm assuming that Month column is actually filled
for each row. If so, then have you tried to create a crosstab query?
I think that would work here.
 
You will have better luck getting responses to worksheet posts by
posting them into newsgroups that support worksheets.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help 1
Excel Help with dates 2
Creating A Report using Pivoted Query 10
stock in hand 3
Crazy access importing Options 1
Countifs or a pivot 1
Summary of shipments by month 5
how to number field as month name? 4

Back
Top