Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have created a budget spreadsheet and a exspense register. I have assigned
each exspense an account number. How can I get the sum of all exspenses assigned to a certain account number |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Feb 26, 1:03*pm, Mohill wrote:
I have created a budget spreadsheet and a exspense register. I have assigned each exspense an account number. *How can I get the sum of all exspenses assigned to a certain account number Try the SumIf formula |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=SUMPRODUCT((A1:A25=account number)*(B1:B25)) You account number can be put in the formula or better be a cell reference =SUMPRODUCT((A1:A25=C1)*(B1:B25)) Mike "Mohill" wrote: I have created a budget spreadsheet and a exspense register. I have assigned each exspense an account number. How can I get the sum of all exspenses assigned to a certain account number |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume:
A1:A100 = account numbers b1:B100 = expenses Use a cell to hold the criteria account number: D1 = some account number Then: =SUMIF(A1:A100,D1,B1:B100) -- Biff Microsoft Excel MVP "Mohill" wrote: I have created a budget spreadsheet and a exspense register. I have assigned each exspense an account number. How can I get the sum of all exspenses assigned to a certain account number |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Formula - Count Ticks | Excel Discussion (Misc queries) | |||
Count formula | New Users to Excel | |||
Count Formula | Excel Worksheet Functions | |||
Trying to construct a count count formula | Excel Discussion (Misc queries) | |||
need help with count formula.. | Excel Worksheet Functions |