Lookup

swgrinder

New Member
Joined
Sep 19, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
If I have an excel sheet with account numbers in column A, and amounts income and B. How can I add up amounts in column B based on an account number from column A?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Here is an example using SUMIFS.
If you have difficulty for your specific circumstances then post a data example with a description of what you would like the result to look like,
Book1
ABCDE
1AC NoAmountAC NoTotal
20002583.9400013400.07
30003725.2800023363.4
40001530.3700032993.67
50002385.26
60001627.56
70003303.06
80003129.12
90001724.45
100003820.72
110002396.71
120003275.57
130001654.86
140002497.98
150003739.92
160001633.53
170002794.8
180001229.3
190002704.71
Sheet1
Cell Formulas
RangeFormula
D2:D4D2=SORT(UNIQUE(A2:A19))
E2:E4E2=SUMIFS($B$2:$B$19,$A$2:$A$19,$D2)
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,221,540
Messages
6,160,417
Members
451,644
Latest member
hglymph

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