#1   Report Post  
nc
 
Posts: n/a
Default Countif

Hi

I have these formulas in the following cells,

F100 (=IF(ISBLANK('New Conference Office Sheet'!
B24),"",'New Conference Office Sheet'!B24))

T100 (=COUNTIF($F$99:F100,"<"""))


Why is the Countif function including F100 in the count
when it returns a value of "" ?

Thanks.
  #2   Report Post  
Jim May
 
Posts: n/a
Default

I suppose it is returning F100 because F100 is Not Empty.
Try
T100 =COUNTIF($F$99:F100,""&0)
HTH


"nc" wrote in message
...
Hi

I have these formulas in the following cells,

F100 (=IF(ISBLANK('New Conference Office Sheet'!
B24),"",'New Conference Office Sheet'!B24))

T100 (=COUNTIF($F$99:F100,"<"""))


Why is the Countif function including F100 in the count
when it returns a value of "" ?

Thanks.



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Because the cell is not empty. Having no value is not the same.

You could try

=SUMPRODUCT(--(LEN($F$99:F100)0))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"nc" wrote in message
...
Hi

I have these formulas in the following cells,

F100 (=IF(ISBLANK('New Conference Office Sheet'!
B24),"",'New Conference Office Sheet'!B24))

T100 (=COUNTIF($F$99:F100,"<"""))


Why is the Countif function including F100 in the count
when it returns a value of "" ?

Thanks.



  #4   Report Post  
nc
 
Posts: n/a
Default

Thanks that works.


-----Original Message-----
Because the cell is not empty. Having no value is not

the same.

You could try

=SUMPRODUCT(--(LEN($F$99:F100)0))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"nc" wrote in

message
...
Hi

I have these formulas in the following cells,

F100 (=IF(ISBLANK('New Conference Office Sheet'!
B24),"",'New Conference Office Sheet'!B24))

T100 (=COUNTIF($F$99:F100,"<"""))


Why is the Countif function including F100 in the count
when it returns a value of "" ?

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
COUNTIF in one colum then COUNTIF in another...??? JonnieP Excel Worksheet Functions 3 February 22nd 05 02:55 PM
countif statement Russell Hampton Excel Worksheet Functions 6 December 18th 04 07:39 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM
Countif ??? terryv Excel Worksheet Functions 2 November 8th 04 09:03 AM
countif, again Liz G Excel Worksheet Functions 2 November 1st 04 11:20 PM


All times are GMT +1. The time now is 12:42 PM.

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

About Us

"It's about Microsoft Excel"