Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function similar to "LEFT" Karen D Excel Worksheet Functions 2 April 16th 10 06:28 AM
Need function that will work in Excel 2003 like "Countifs" in 2007 RD[_2_] Excel Worksheet Functions 3 August 1st 08 04:35 PM
"countifs" convert to formula in XL2002 Alan Excel Worksheet Functions 2 February 11th 08 10:01 AM
How do you embed a new line in a formula similar to &" "& but PMercierPM Excel Discussion (Misc queries) 1 October 27th 06 01:25 AM
I need help with a formula similar to "countif" but more complex Hendrik Excel Worksheet Functions 1 June 22nd 06 09:25 AM


All times are GMT +1. The time now is 04:45 AM.

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

About Us

"It's about Microsoft Excel"