#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default couontif function

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 88
Default couontif function

Radhakant....

if i were you, i would use pivot table...

thanks



"Radhakant Panigrahi" wrote:

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 45
Default couontif function

Hi Reza,

I have 25-30 different sheets datewise and have to make 25-30 pivot
tables...so i need countif fnction so that i can make the count in a single
sheet...

"reza" wrote:

Radhakant....

if i were you, i would use pivot table...

thanks



"Radhakant Panigrahi" wrote:

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 88
Default couontif function

Radhakant Panigrahi...

sorry..you can use countifs formula
let say column Names is Col A
and Column Process is Col B
=COUNTIFS(A:A,"ABC",B:B,"MANUAL")


hope this help you

"Radhakant Panigrahi" wrote:

Hi Reza,

I have 25-30 different sheets datewise and have to make 25-30 pivot
tables...so i need countif fnction so that i can make the count in a single
sheet...

"reza" wrote:

Radhakant....

if i were you, i would use pivot table...

thanks



"Radhakant Panigrahi" wrote:

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default couontif function

Try the below
=SUMPRODUCT((A1:A10="ABC")*(B1:B10="Manual"))

If you are using XL2007 check out help on COUNTIFS()

--
Jacob (MVP - Excel)


"Radhakant Panigrahi" wrote:

Hi,

I need a countif function for the below data.

In the column C i need a formula where it will calculate the no of count of
"ABC" from coulmn "A" and with condition "Manual" in column "B".

Name Process Need formula
ABC Manual
ABC Automatic
CDF Automatic
ABC Manual
ABC Manual
DEF Manual
CDE Automatic
DEF Manual



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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


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