PC Review


Reply
Thread Tools Rate Thread

Count formula

 
 
Mohill
Guest
Posts: n/a
 
      26th Feb 2009
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 With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      26th Feb 2009
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

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      27th Feb 2009
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 With Quote
 
CurlyDave
Guest
Posts: n/a
 
      28th Feb 2009
On Feb 26, 1:03*pm, Mohill <Moh...@discussions.microsoft.com> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to construct a count count formula =?Utf-8?B?Q2hyaXMgSw==?= Microsoft Excel Misc 6 26th May 2007 07:20 PM
Count Formula - Count Ticks =?Utf-8?B?TGl0dGxlQW5u?= Microsoft Excel Misc 2 26th Feb 2007 04:01 PM
count results of formula, not text in formula Bill Microsoft Excel Discussion 4 8th May 2004 12:56 PM
Convert a sum formula to a count formula =?Utf-8?B?QmVTbWFydA==?= Microsoft Excel Worksheet Functions 4 10th Mar 2004 09:56 PM
Re: Count formula Marcus Armand Microsoft Access Getting Started 0 8th Aug 2003 04:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:15 AM.