sum a column

  1. D

    Sum Help

    How can I use a formula to sum values below a certain word in a column. See example below where I need to sum all values just below the word dog: <TBODY> 35</SPAN> dog</SPAN> 54</SPAN> 34</SPAN> 33</SPAN> 12</SPAN> dog</SPAN> 20</SPAN>...
  2. B

    Identifying rows that sum up to the largest total

    <tbody> Row # Value 1 385 2 -732 3 244 4 457 5 436 </tbody> Is there a formula in excel that would identify the consecutive values that yield the highest sum ? In this simple example adding rows 3 to 5 will give you the highest total which is 1,137. I have a list of nearly 1,000...
  3. R

    I want my macro to add SUM formula in the blank cell below last row

    I pull this pending revenue report everyday and the column L contains the amount due for each customer. I want my macro to add the total of those amounts in the next blank cell below after the column ends. Suppose the data ranges from L2:L13 then L14 should have the formula =SUM(L2:L13), if...
  4. J

    Copy and Paste format issue

    Hi Lovely People of Mr Excel, HSBC won't let me download more than 90 rows of transactions in excel format. This is an issue when I want to get every transaction for 2013 from my current account. So what I have done it view my previous statements which load up in the browser in whatever format...
  5. P

    Sum a column based on one criteria

    Hi Guys, I have been wrecking my head with the following! hope you guys can help? I am trying to look for some VBA Code so that I can search multiple values in Column "A" based on the criteria in Textbox1 and SUM up the corresponding values in Column "B" based of course on the criteria in...
  6. B

    "#####" Return when formatting column sum to Currency

    Hopefully someone can help (I am relatively new to Excel) I need the sums of my columns to be formatted into currency, the problem is, after clicking the format into currency button, all the sums change into #######. Am I doing something wrong ? This is the formula I used =SUM(H3:H352).
  7. B

    Summing with condition and loop

    I have an excel sheet with 3 columns. Column1 is ClientName, column2 is Desrciption , column 3 is a number corresponding to the description. I need to sum the numbers corresponding to each description of ClienName using filters or for loop. In other words: <code style="margin: 0px; padding...
  8. andrewb90

    getting the sum of letters

    Hi all! I'm sure this is fairly simple but, how do I add up the total number of times column D has a value of 'B'? The only other thing that may complicate this is some rows column D is merged with other cells so I want that excluded, and I only want to count the cells that are currently...
  9. S

    Sum Column If It Is Bottom Row Or Do Math

    I am building a spreadsheet for a client to use. The client will add rows as needed but would like to see totals as the bottom row. Is it possible to write a formula that would determine if it was the last row and then insert totals. If not the last row, perform lookups or other math as it does...
  10. badinvestor

    Summing Index/Match Multiple Criteria

    I have been using the following function {=INDEX(Register!C:E,MATCH("#Name",Register!C:C,FALSE),3)} where #Name is obviously a person's name and in column E is a value associated with the name. The problem that I'm having is there are multiple instances of a person's name and I need to be able...
  11. C

    formula required!

    Please I want some assistance with certain formulas. J2 Used Vacation Days. E2 Unused Vacation from Two Years Ago F2 Unused Vacation from Last Year H2 Remaining Vacation Days (this year) I have Starting date of Employee in C2 Date till today in D2 The Used Vacation...
  12. J

    Copy and Paste from one sheet to another

    Hello ALL! my code is: Sub ATA_total() ' ' Total column P of sheet(3) and paste total in Sheet(1) ' Dim end_row_P As Long end_row_P = Range("P1048576").End(xlUp).Row Sheets(3).Range("P" & end_row_P + 2).Formula = "=SUM(P3:P" & end_row_P & ")"...

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