Move all data to one column or Subtotal Help

rocklobster

New Member
Joined
Oct 19, 2006
Messages
5
Is there a way (other than c&p) to move all data into one column.

Here is what i have.

my data comes across in tab delimited, when i open it in excel it is going across the sheet.

(1)(widget)(2)(things)(3)(brackets) etc... () =a cell
(2)(brackets)(3)(widgets)

I need

(1)(widget)
(2)(things)
(3)(brackets)
(2)(brackets)
(3)(widgets)

I have 16 pairs of columns wide and the length of the columns varies each time. Right now i cut each column and paste it under A and B. 16 times

I then subtotal to get how many widgets, things and brackets.

So 2 things, is there a way either with macros or some other command to move the data or is there a way to subtotal this information with out having to move the data in the first place.

I hope that this make some sense???

thank in advance

Rock Lobster
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Let's assume that A2:F10 contains the data, let H2:H4 contain widgets, things, and brackets, then try...

I2, copied down:

=SUMIF($B$2:$F$10,H2,$A$2:$E$10)

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

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