Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Paul B said it could be done, but not how to do it.
Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. |
#2
![]() |
|||
|
|||
![]()
Hi,
If you're just looking for the totals, then try; in cell C24: =SUM(C1:C23)+(SUM(A2:A24) in cell d24: =SUM(D1:D23)+(SUM(B2:B24) This will give you totals. Hope this helps Warm regards Sunil Jayakumar "Noodles" wrote in message ... Paul B said it could be done, but not how to do it. Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. www.ayyoo.com/credit-cards.html |
#3
![]() |
|||
|
|||
![]() If I understand what you want to do, Try this: Right-click on column "C", or which ever column you want to insert a new column in front of, and then select 'Insert'. HTH, Paul "Noodles" wrote in message ... Paul B said it could be done, but not how to do it. Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. |
#4
![]() |
|||
|
|||
![]()
Noodles wrote:
Paul B said it could be done, but not how to do it. Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. ----------- One easier way would be to not bother deleting the working columns. Are they hurting something by being there? Or you could just resize the column width for C and D down to near 0 so they're still there but don't show unless you widen them again. If you're relying on the results of column C and D, then I personally would never delete them. That also deletes any audit path you have to figure out later why you've got some result that doesn't look right to you. Good luck... Bill |
#5
![]() |
|||
|
|||
![]()
If what you want is the total of the cells in Columns A and B
=sum(A1:A100) in one cell would give you the total of the data in A1to A100 and =Sum(B1:B100) for column B If you want a different set of cells, just change the formula. "Noodles" wrote: Paul B said it could be done, but not how to do it. Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. |
#6
![]() |
|||
|
|||
![]()
Thank you. That's what I needed to know. Appreciate it.
On Mon, 6 Jun 2005 07:33:02 -0700, "bj" wrote: If what you want is the total of the cells in Columns A and B =sum(A1:A100) in one cell would give you the total of the data in A1to A100 and =Sum(B1:B100) for column B If you want a different set of cells, just change the formula. "Noodles" wrote: Paul B said it could be done, but not how to do it. Need to add figures in column. What I am doing now I'm sure is the hard way: A B C D 1 2 15.65 15.65 =Sum C1+A2 =Sum D1+B2 3 15.44 15.44 =Sum C2+A3 =Sum D2+B3 After I get the columns totaled I then delete columns C & D etc because they are not needed anymore. There as to be an easier way. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't insert columns between columns | Excel Discussion (Misc queries) | |||
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns | Excel Discussion (Misc queries) | |||
How to Create an Excel Macro to send a meeting request. | Excel Discussion (Misc queries) | |||
print excel columns on less pages | Excel Discussion (Misc queries) | |||
Columns in Excel will not allow user to click in them | Excel Discussion (Misc queries) |