Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default multifunction formula

I am trying to do a formula that would give me a count for multiple factors
A B
Loacation name Event type

looking for a count if location= specific name and Event type=specific
This is what I have, but is not working. What am I missing. Help....

=COUNT(IF('2008 Events'!C2:C220=Sheet2!A7,IF('2008
Events'!F2:F220=Sheet2!C1,0),0))
--
Thanks, Bobbie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default multifunction formula

Try this:

=SUMPRODUCT(--('2008 Events'!C2:C220=Sheet2!A7),--('2008
Events'!F2:F220=Sheet2!C1))


--
Biff
Microsoft Excel MVP


"Bobbie" wrote in message
...
I am trying to do a formula that would give me a count for multiple factors
A B
Loacation name Event type

looking for a count if location= specific name and Event type=specific
This is what I have, but is not working. What am I missing. Help....

=COUNT(IF('2008 Events'!C2:C220=Sheet2!A7,IF('2008
Events'!F2:F220=Sheet2!C1,0),0))
--
Thanks, Bobbie



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
Multifunction for one cell JeanC Excel Worksheet Functions 1 February 22nd 05 06:11 AM


All times are GMT +1. The time now is 03:37 AM.

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

About Us

"It's about Microsoft Excel"