Gathering Numbers From Columns

flyflyfly

New Member
Joined
Dec 7, 2016
Messages
4
Course NameCourse DateLocationEVPVPManagersSupervisorsEntry 1Entry 2Entry 3ETCETC
French 10112 JuneToronto511054100
French 10113 JuneVancouver
English 10315 June

<tbody>
</tbody>


The Chart above shows an example of my excel sheet downloaded from our database.
I need to know how on a new sheet how to combine some data.

IE: All the numbers under EVP, VP, Managers, Supervisors >>>> to form a new combined column on the new sheet "Management"... Same for the Entry Levels. All Combined to form "EntryLevel" column.

it all has to be separate and identify Course name, Course Date, and Location....

How can I have this done quickly and painless ??

Thanks.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

godsaaint

Active Member
Joined
Sep 16, 2016
Messages
285
If I understand well, you want to sum all those values? If that's the case, duplicate the sheet and name it "Management", insert a new column between Location and EVP and insert =SUM(E2:M2). After, just fill down. If you want to delete all the columns to the right after this, copy-paste values in the new column and then proceed to delete EVP, etc....
 
Last edited:
Upvote 0

flyflyfly

New Member
Joined
Dec 7, 2016
Messages
4
If I understand well, you want to sum all those values? If that's the case, duplicate the sheet and name it "Management", insert a new column between Location and EVP and insert =SUM(E2:M2). After, just fill down. If you want to delete all the columns to the right after this, copy-paste values in the new column and then proceed to delete EVP, etc....

The problem with that is that I have 100 columns, and the columns that i need combined some are all mixed up together.
They are not all in order. I Can delete the column between EVP and Managers because there is another value there that I need for Entry Level.

This is a huge data sheet with more then 5000 rows.
 
Upvote 0

Forum statistics

Threads
1,191,320
Messages
5,985,964
Members
439,992
Latest member
NCWalker

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
Top