Extract unique data

E

eva cheng

I am using excel 2003

I have a file like below
Rate month GBP
1.46 FEB 2000
1.47 MAR 3000
1.47 APR 3500
1.48 MAY 1000

I want to create summary
Rate FEB MAR APR MAY
1.46 2000
1.47 3000 3500
1.48 1000

I can use sumif function to return the total, however, how can I insert only
the unique rate in the first column automatically.

Thanks a lot !
eva cheng
 
E

Eduardo

Hi,
I suppose information is in sheet 1 columns A,B, C and you want the output
in sheet
=index(sheet1!$C$2:$C$1000,match(A1,sheet1!$A$2:$A$1000,0),match(B1,sheet1!$B$1:$B$1000))
 
J

Jim Thomlinson

A pivot tabel will work for that... Select Data | Pivot table or Pivot
Chart... | Follow the wizard. Put the rate in the left column and the months
in the top row. Add the GBP to the data area and you are done... no formulas
needed...
 
R

Ron Rosenfeld

I am using excel 2003

I have a file like below
Rate month GBP
1.46 FEB 2000
1.47 MAR 3000
1.47 APR 3500
1.48 MAY 1000

I want to create summary
Rate FEB MAR APR MAY
1.46 2000
1.47 3000 3500
1.48 1000

I can use sumif function to return the total, however, how can I insert only
the unique rate in the first column automatically.

Thanks a lot !
eva cheng

Pretty good setup for a Pivot Table.

I don't recall where it is on the 2003 menu -- possibly the Data or Tools
menus.

Once you find it: Insert/Pivot Table

Drag Rate to the Rows area.
Drag Month to the Columns area
Drag GBP to the Data or Values area

Format to taste.
--ron
 

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

Top