Friday, April 19
Shadow

Excel Tips: Formula to Sum up values of a column for a specific value of another column

Suppose, there are two columns in Excel. The first column contains the name and the second column contains the payment. I want a formula to sum up all the payment values for the same name in the first column.

Here is the Excel code for getting the summation for a specific name or value for another column.

 

You can use the SUMIF function in Excel to sum all the payment values for the same name in the first column. Here are the steps:

  1. Select a cell where you want to display the sum.
  2. Type the following formula into the formula bar: =SUMIF(A:A, “Name”, B:B) Replace “Name” with the name in the first column that you want to sum. Replace A:A with the column that contains the names. Replace B:B with the column that contains the payments.
  3. Press Enter.

The formula will calculate the sum of all the payment values for the specified name in the first column. You can copy the formula to other cells to calculate the sum for other names in the first column.

Leave a Reply

Your email address will not be published. Required fields are marked *

Please disable your adblocker or whitelist this site!

error: Content is protected !!