Re: $$Excel-Macros$$ Countif Criteria range to be Dynamic

2017-03-24 Thread Sundarvelan N
Thank you very much. Thanks N.Sundarvelan 9600160150 On 24 March 2017 at 21:05, Swapnil Palande wrote: > Hi, > > There is no need of extra columns you have added in sheet 3 and sheet 1. > Using "Sumproduct" formula you can get required output. Attached is the > solution for your reference. I ho

Re: $$Excel-Macros$$ Countif Criteria range to be Dynamic

2017-03-24 Thread Swapnil Palande
Hi, Need more explanation. If you could provide sample file then it is easy to provide appropriate solution. Have one query, if there is only one criteria then why are you using "COUNTIFS" formula, use "COUNTIF" instead. Regards, Swapnil Suresh Palande. On Fri, Mar 24, 2017 at 6:09 PM, Sundarv

Re: $$Excel-Macros$$ Countif Formula Logic

2013-04-07 Thread amar takale
Dear All Experts Thank you very much all to proper guidance about Countif formula Regards Amar On Sat, Apr 6, 2013 at 2:20 PM, prafull jadhav wrote: > > Dear Amar, > > These both formula is same ..when you use the countif function then use > =COUNTIF($F$3:$F$74,B3) > and if there is multiple c

RE: $$Excel-Macros$$ Countif Formula Declaretion

2013-04-06 Thread Priti_verma
: $$Excel-Macros$$ Countif Formula Logic Dear Amar, These both formula is same ..when you use the countif function then use =COUNTIF($F$3:$F$74,B3) and if there is multiple condition while counting then use countifs function then you have to write formula like =COUNTIF($F$3:$F$74,"

Re: $$Excel-Macros$$ Countif Formula Logic

2013-04-06 Thread prafull jadhav
Dear Amar, These both formula is same ..when you use the countif function then use =COUNTIF($F$3:$F$74,B3) and if there is multiple condition while counting then use countifsfunction then you have to write formula like =COUNTIF($F$3:$F$74,"="&B3) find the attachment I have mentioned the examples

RE: $$Excel-Macros$$ Countif Formula Logic

2013-04-06 Thread Priti_verma
acros@googlegroups.com Subject: Re: $$Excel-Macros$$ Countif Formula Logic When you use "=", "<", ">" with countif, you need to use "&". I think so...not sure. On Sat, Apr 6, 2013 at 1:46 PM, amar takale wrote: Dear Experts what is Different between t

RE: $$Excel-Macros$$ Countif Formula Logic

2013-04-06 Thread Priti_verma
Hi Amar , There is no difference between these formulas.if u have any doubt please mention your query with example. Regards, Priti Verma From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of amar takale Sent: 06 April 2013 1:47 To: excel-macros@googlegroups.

Re: $$Excel-Macros$$ Countif Formula Logic

2013-04-06 Thread Abhishek Jain
When you use "=", "<", ">" with countif, you need to use "&". I think so...not sure. On Sat, Apr 6, 2013 at 1:46 PM, amar takale wrote: > Dear Experts > > what is Different between two formulas bcos from this formula I got same > answer.So what is logic of "="& > > =COUNTIF($F$3:$F$74,"="&B3) >

Re: $$Excel-Macros$$ Countif using critera obtained from a cell rather that a specific value

2013-03-18 Thread अनिल नारायण गवली
Dear Ronmcfarlane, you should use =COUNTIFS($B$2:$B$6,">"&H2,$C$2:$C$6,"<"&H2) Because " " inverted commas excel thinks it is a comment only to display.. Warm Regards, Gawli Anil On Tue, Mar 19, 2013 at 9:39 AM, Shuzbut wrote: > I have the following formula > > =COUNTIFS($B$2:$B$6,"*>=*1",$

Re: $$Excel-Macros$$ countif in hidden rows

2012-10-23 Thread NOORAIN ANSARI
Dear Danial, For Count of Hidden row, you can use.. *=COUNTA(B1:B7)-SUBTOTAL(103,B1:B7)* On Mon, Oct 22, 2012 at 7:20 PM, danial mansoor wrote: > Dear Experts, > > kindly provide me countif formula for hidden rows, i triend to use > subtotal but could fine the way,kindly provide me formula. >

Re: $$Excel-Macros$$ countif in hidden rows

2012-10-22 Thread Vabz
t; > to make it more elaborate when i use countif with hidden rows it counts > everything including hidden and unhidden rows but i want to count only > UNHIDDEN data not hidden so i need formula for that so kindly provide me > that formula. > > > > -------------

RE: $$Excel-Macros$$ countif in hidden rows

2012-10-22 Thread danial mansoor
but i want to count only UNHIDDEN data not hidden so i need formula for that so kindly provide me that formula. Subject: Re: $$Excel-Macros$$ countif in hidden rows To: excel-macros@googlegroups.com From: v...@vabs.in Date: Mon, 22 Oct 2012 14:37:32 + Hi, For countif you have to use 102

Re: $$Excel-Macros$$ countif in hidden rows

2012-10-22 Thread vba
Hi, For countif you have to use 102 with subtotal formula. Rgds//Vabs Sent on my BlackBerry® from Vodafone -Original Message- From: danial mansoor Sender: excel-macros@googlegroups.com Date: Mon, 22 Oct 2012 13:50:58 To: Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros

Re: $$Excel-Macros$$ Countif Problem

2011-04-03 Thread C.G.Kumar
Hi, Pls find attached file & let me know if it serve the purpose. Regards, C.G.KUMAR On Sun, Apr 3, 2011 at 1:39 PM, Suryaprasad wrote: > Hi Team / Ayush, > > Need a formula about a countif criteria > > See the attachment and please do the need full > > Regards > prasad > > -- > >

Re: $$Excel-Macros$$ Countif Problem

2011-04-03 Thread ashish koul
see if it helps SUMPRODUCT((List!$A$1:$A$16=Sheet1!$A2)*(List!$B$1:$B$16=Sheet1!B$1)) On Sun, Apr 3, 2011 at 1:39 PM, Suryaprasad wrote: > Hi Team / Ayush, > > Need a formula about a countif criteria > > See the attachment and please do the need full > > Regards > prasad > > -- > >

Re: $$Excel-Macros$$ COUNTIF

2009-11-14 Thread Dilip Pandey
Hi Saravanan, Two things:- 1) You can give only one criteria in COUNTIF. (For Excel 2003 and lower version) 2) If you want to increase the calculation range, you can use OFFSET function in Define-> Name option. For multiple criterias, you can use SUMPRODUCT or ARRAY functionality to work more th

Re: $$Excel-Macros$$ COUNTIF

2009-11-14 Thread Aindril De
You can use OR() to do this... however.. if this does not help please attach a file with the problem so that we can solve it for you Regards, Andy On Sat, Nov 14, 2009 at 10:19 AM, TNS wrote: > I am trying to use COUNTIF for calculating the row count for the below > condition. > > COUNTIF("