Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Counting with more than one criteria

Hi, I'm new to this and I have probably a easy question. I'm trying to count
the following. If Column B has a P in it and Column H = 100% or more I would
like it to count. Sounds pretty easy but for the life of me I can't figure
it out.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Counting with more than one criteria

Try this:

=SUMPRODUCT(--(B2:B10="P"),--(H2:H10=100))

Note: Your ranges must be specified (cannot be entire column). Adjust the
ranges as needed.

Does that help?
Paul

--

"Lori" wrote in message
...
Hi, I'm new to this and I have probably a easy question. I'm trying to
count
the following. If Column B has a P in it and Column H = 100% or more I
would
like it to count. Sounds pretty easy but for the life of me I can't
figure
it out.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Counting with more than one criteria

Thanks

"PCLIVE" wrote:

Try this:

=SUMPRODUCT(--(B2:B10="P"),--(H2:H10=100))

Note: Your ranges must be specified (cannot be entire column). Adjust the
ranges as needed.

Does that help?
Paul

--

"Lori" wrote in message
...
Hi, I'm new to this and I have probably a easy question. I'm trying to
count
the following. If Column B has a P in it and Column H = 100% or more I
would
like it to count. Sounds pretty easy but for the life of me I can't
figure
it out.

Thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Counting with more than one criteria

Hi Lori

One way
=SUMPRODUCT(($B$1:$B$1000="P")*($H$1:$H$1000=100% ))
Change ranges to suit, but note you can't use whole columns as ranges
(except for XL2007)
--
Regards
Roger Govier

"Lori" wrote in message
...
Hi, I'm new to this and I have probably a easy question. I'm trying to
count
the following. If Column B has a P in it and Column H = 100% or more I
would
like it to count. Sounds pretty easy but for the life of me I can't
figure
it out.

Thanks


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Counting with more than one criteria

Perfect, Thanks so much.

"Roger Govier" wrote:

Hi Lori

One way
=SUMPRODUCT(($B$1:$B$1000="P")*($H$1:$H$1000=100% ))
Change ranges to suit, but note you can't use whole columns as ranges
(except for XL2007)
--
Regards
Roger Govier

"Lori" wrote in message
...
Hi, I'm new to this and I have probably a easy question. I'm trying to
count
the following. If Column B has a P in it and Column H = 100% or more I
would
like it to count. Sounds pretty easy but for the life of me I can't
figure
it out.

Thanks




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
Counting criteria andrew Excel Discussion (Misc queries) 16 June 19th 08 02:43 AM
Counting more than one criteria Justin Chips Excel Discussion (Misc queries) 4 February 25th 08 08:53 PM
Counting, 2 criteria GD Excel Discussion (Misc queries) 7 February 11th 08 08:12 PM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM


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

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"