Merging duplicate cells

oxhaksi

New Member
Joined
Jun 6, 2008
Messages
1
Hi
I am using Excel 2007 and i wanted to know if i could merge duplicate cells in one column in one cell, but the cells are in random order e.x

Code:
F1     R1   0.7
F3     R6   0.2
F5     R5   0.1
F1     R3   0.5
F3     R2   0.6

and so on.
I want to know if there is a button so that it will make my[COLOR=blue ! important][FONT=Verdana,Helvetica,sans-serif][COLOR=blue ! important][FONT=Verdana,Helvetica,sans-serif][/FONT][/FONT][/COLOR][/COLOR] data look like this

Code:
F1   R1    0.7
     R3    0.5
F3  R5    0.1
     R2    0.6
F5   R5   0.1

Thank you in advance
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
PivotTable will do that for you, although it won't transform the actual data rather it will make a copy. Use the PivotTable Wizard (Tools menu), then use the F and R columns as rows (you'll need to give them headers) and the number column as data.

Excel Workbook
ABC
1FRNumber
2F1R10.7
3F3R60.2
4F5R50.1
5F1R30.5
6F3R20.6
7
8
9
10Sum of Number
11FRTotal
12F1R10.7
13R30.5
14F3R20.6
15R60.2
16F5R50.1
17Grand Total2.1
Sheet2


A1:C6 is the original data; A10:C17 is the PivotTable.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,648
Messages
6,120,725
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top