#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default help with a formulae

Hi, Can I use If function with two diff criteria... I have a recruiter column
and offered column. I want the count of how many each recruiter has done..
eg: countif(A1:a6,"abc" then give me count of offered from abc... Ids this
possible..


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default help with a formulae

Use a formula like:
=SUMPRODUCT((A1:A10="A")*(B1:B10="B")
which will count the number of entries where there is an A in A1:A10 AND a B
in B1:B10.
Change A and B with your desired criteria.
--
Thanx in advance,
Best Regards,

Faraz


"Nemo" wrote:

Hi, Can I use If function with two diff criteria... I have a recruiter column
and offered column. I want the count of how many each recruiter has done..
eg: countif(A1:a6,"abc" then give me count of offered from abc... Ids this
possible..


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default help with a formulae

Sorry add a closing bracket like:
=SUMPRODUCT((A1:A10="A")*(B1:B10="B"))

You may insert as many similar subsets u want. Like
=SUMPRODUCT((A1:A10="A")*(B1:B10="B")*(C1:C10="C") *(D1:D10="D"))

--
Thanx in advance,
Best Regards,

Faraz


"Faraz A. Qureshi" wrote:

Use a formula like:
=SUMPRODUCT((A1:A10="A")*(B1:B10="B")
which will count the number of entries where there is an A in A1:A10 AND a B
in B1:B10.
Change A and B with your desired criteria.
--
Thanx in advance,
Best Regards,

Faraz


"Nemo" wrote:

Hi, Can I use If function with two diff criteria... I have a recruiter column
and offered column. I want the count of how many each recruiter has done..
eg: countif(A1:a6,"abc" then give me count of offered from abc... Ids this
possible..


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
Using two formulae Kirsty_H Excel Worksheet Functions 3 August 7th 08 09:22 AM
Formulae: Paste value formulae after doing an average operation Lim Excel Discussion (Misc queries) 4 April 20th 08 07:31 PM
formulae Sparky AKA_Sparkticus Excel Discussion (Misc queries) 4 December 8th 06 06:50 AM
Help with formulae Racingzeus New Users to Excel 5 February 26th 06 11:21 PM
Searching TEXT in formulae, rather than results of formulae AndyE Excel Worksheet Functions 1 July 15th 05 10:57 AM


All times are GMT +1. The time now is 06:01 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"