A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula similar to "countifs" function in excel 2007



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 05:13 PM posted to microsoft.public.excel.worksheet.functions
embee
external usenet poster
 
Posts: 1
Default formula similar to "countifs" function in excel 2007

I need a formula similar to the countifs function offered in excel 2007. I'm
using excel 2003 and can't upgrade to 2007. I want to add together cars at a
particular location. The location names are in one column and the type of
car is in another. In 2007, the formula would be =countifs(a2:a5,"new york",
b2:b5,"ford"). What can I do to perform the same function in 2003? Please
help.
  #2  
Old April 19th, 2010, 05:19 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default formula similar to "countifs" function in excel 2007

Try this:

=SUMPRODUCT(--(A2:A5="new york"),--(B2:B5="ford"))

Hope this helps.

Pete

On Apr 19, 5:13*pm, embee wrote:
I need a formula similar to the countifs function offered in excel 2007. *I'm
using excel 2003 and can't upgrade to 2007. *I want to add together cars at a
particular location. *The location names are in one column and the type of
car is in another. *In 2007, the formula would be =countifs(a2:a5,"new york",
b2:b5,"ford"). *What can I do to perform the same function in 2003? *Please
help.


  #3  
Old April 19th, 2010, 05:20 PM posted to microsoft.public.excel.worksheet.functions
MS-Exl-Learner
external usenet poster
 
Posts: 135
Default formula similar to "countifs" function in excel 2007

=SUMPRODUCT((A2:A5="NEW YORK")*(B2:B5="FORD"))

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"embee" wrote:

I need a formula similar to the countifs function offered in excel 2007. I'm
using excel 2003 and can't upgrade to 2007. I want to add together cars at a
particular location. The location names are in one column and the type of
car is in another. In 2007, the formula would be =countifs(a2:a5,"new york",
b2:b5,"ford"). What can I do to perform the same function in 2003? Please
help.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:04 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.