#1   Report Post  
Connie Martin
 
Posts: n/a
Default

I get the right answer from the first formula you all gave, Bob, Bernie &
Frank. But the other formulas are not working. I will give you the exact
numbers in the column I'm working with now, where the formula should yield 11:
-
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to breaking even
(the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more. In case I'm not
explaining this properly, if the column as these negative numbers (5), (3),
(7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the result of breaking
even in an accounting formatted column. Okay, what I need changed is that it
would count all numbers from negative 4 to the breaking even point. Again,
in case I'm not explaining myself properly, if a column has these numbers:
(4), (1), 8, 1, -, (2), it will count 4 from this colum.

Thank you
Connie Martin


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
the '-' is just formated for the value zero?. If yes the following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave, Bob,
Bernie & Frank. But the other formulas are not working. I will give
you the exact numbers in the column I'm working with now, where the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more. In case
I'm not explaining this properly, if the column as these negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the result of
breaking even in an accounting formatted column. Okay, what I need
changed is that it would count all numbers from negative 4 to the
breaking even point. Again, in case I'm not explaining myself
properly, if a column has these numbers: (4), (1), 8, 1, -, (2), it
will count 4 from this colum.

Thank you
Connie Martin


  #3   Report Post  
Connie Martin
 
Posts: n/a
Default

That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave, Bob,
Bernie & Frank. But the other formulas are not working. I will give
you the exact numbers in the column I'm working with now, where the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more. In case
I'm not explaining this properly, if the column as these negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the result of
breaking even in an accounting formatted column. Okay, what I need
changed is that it would count all numbers from negative 4 to the
breaking even point. Again, in case I'm not explaining myself
properly, if a column has these numbers: (4), (1), 8, 1, -, (2), it
will count 4 from this colum.

Thank you
Connie Martin



  #4   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
then your '-' are probably not exact zero. Try:
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0.001")

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag ...
That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave, Bob,
Bernie & Frank. But the other formulas are not working. I will

give
you the exact numbers in the column I'm working with now, where

the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to

breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more. In

case
I'm not explaining this properly, if the column as these

negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the result

of
breaking even in an accounting formatted column. Okay, what I

need
changed is that it would count all numbers from negative 4 to

the
breaking even point. Again, in case I'm not explaining myself
properly, if a column has these numbers: (4), (1), 8, 1, -, (2),

it
will count 4 from this colum.

Thank you
Connie Martin




  #5   Report Post  
Connie Martin
 
Posts: n/a
Default

That still gives the answer 3. The "-" is what the accounting formatted cell
yields as the difference between two identical dates. All numbers in the
column are the difference between dates in two other columns.

Connie

"Frank Kabel" wrote:

Hi
then your '-' are probably not exact zero. Try:
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0.001")

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag ...
That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave, Bob,
Bernie & Frank. But the other formulas are not working. I will

give
you the exact numbers in the column I'm working with now, where

the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to

breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more. In

case
I'm not explaining this properly, if the column as these

negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the result

of
breaking even in an accounting formatted column. Okay, what I

need
changed is that it would count all numbers from negative 4 to

the
breaking even point. Again, in case I'm not explaining myself
properly, if a column has these numbers: (4), (1), 8, 1, -, (2),

it
will count 4 from this colum.

Thank you
Connie Martin






  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
could you send me an example sheet:
frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag ...
That still gives the answer 3. The "-" is what the accounting

formatted cell
yields as the difference between two identical dates. All numbers in

the
column are the difference between dates in two other columns.

Connie

"Frank Kabel" wrote:

Hi
then your '-' are probably not exact zero. Try:
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0.001")

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag

...
That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the

following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave,

Bob,
Bernie & Frank. But the other formulas are not working. I

will
give
you the exact numbers in the column I'm working with now,

where
the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to

breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure

how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more.

In
case
I'm not explaining this properly, if the column as these

negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the

result
of
breaking even in an accounting formatted column. Okay, what

I
need
changed is that it would count all numbers from negative 4

to
the
breaking even point. Again, in case I'm not explaining

myself
properly, if a column has these numbers: (4), (1), 8, 1, -,

(2),
it
will count 4 from this colum.

Thank you
Connie Martin





  #7   Report Post  
Connie Martin
 
Posts: n/a
Default

I wish I could get into my Hotmail Inbox so I could send it to you.
Everytime I try to get in there it switches to a screen where it wants me to
buy more space for my Inbox. There's nothing in there to click on except
"Buy now". I've no idea how to get to my Inbox. It's most frustrating!

Connie

"Frank Kabel" wrote:

Hi
could you send me an example sheet:
frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag ...
That still gives the answer 3. The "-" is what the accounting

formatted cell
yields as the difference between two identical dates. All numbers in

the
column are the difference between dates in two other columns.

Connie

"Frank Kabel" wrote:

Hi
then your '-' are probably not exact zero. Try:
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0.001")

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag

...
That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the

following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave,

Bob,
Bernie & Frank. But the other formulas are not working. I

will
give
you the exact numbers in the column I'm working with now,

where
the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to
breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure

how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more.

In
case
I'm not explaining this properly, if the column as these
negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the

result
of
breaking even in an accounting formatted column. Okay, what

I
need
changed is that it would count all numbers from negative 4

to
the
breaking even point. Again, in case I'm not explaining

myself
properly, if a column has these numbers: (4), (1), 8, 1, -,

(2),
it
will count 4 from this colum.

Thank you
Connie Martin






  #8   Report Post  
Connie Martin
 
Posts: n/a
Default

Frank, I have sent you a sample sheet.

Connie

"Frank Kabel" wrote:

Hi
could you send me an example sheet:
frank[dot]kabel[at]freenet[dot]de

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag ...
That still gives the answer 3. The "-" is what the accounting

formatted cell
yields as the difference between two identical dates. All numbers in

the
column are the difference between dates in two other columns.

Connie

"Frank Kabel" wrote:

Hi
then your '-' are probably not exact zero. Try:
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0.001")

--
Regards
Frank Kabel
Frankfurt, Germany

"Connie Martin" schrieb im
Newsbeitrag

...
That formula gives the answer 3. It should be 11.

"Frank Kabel" wrote:

Hi
the '-' is just formated for the value zero?. If yes the

following
formulas should work
=COUNTIF(A1:A20,"=-4")-COUNTIF(A1:A20,"0")

or
=SUMPRODUCT(--(A1:A20=-4),--(A1:A20<=0))

adapt the ranges to your needs


--
Regards
Frank Kabel
Frankfurt, Germany


Connie Martin wrote:
I get the right answer from the first formula you all gave,

Bob,
Bernie & Frank. But the other formulas are not working. I

will
give
you the exact numbers in the column I'm working with now,

where
the
formula should yield 11: -
-
-
-
-
(1)
(1)
(1)
3
2
-
-
5
5
5
6
-

There are eight "-" and three numbers in the range of (4) to
breaking
even (the "-").

Connie





"Connie Martin" wrote:

1. I have a formula I want to change and am not sure

how.
=IF(COUNT(L17:L33)=0,"",COUNTIF(L17:L33,"<0"))
I want to now count all numbers from negative 4 and more.

In
case
I'm not explaining this properly, if the column as these
negative
numbers (5), (3), (7), (8), (1), if would count only 3.

2. I have another formula that needs changing:
=IF(COUNT(L17:L33)="","",COUNTIF(L17:L33,"-"))
First of all, please note, the "-" is not text. It's the

result
of
breaking even in an accounting formatted column. Okay, what

I
need
changed is that it would count all numbers from negative 4

to
the
breaking even point. Again, in case I'm not explaining

myself
properly, if a column has these numbers: (4), (1), 8, 1, -,

(2),
it
will count 4 from this colum.

Thank you
Connie Martin






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
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 09:04 PM
how do I make a formula NOT change when the data range is moved? Alida Andrews Excel Discussion (Misc queries) 2 January 6th 05 09:02 PM
Tricky formulas needed Myrna Larson Excel Worksheet Functions 2 October 29th 04 03:29 AM
A formula to check differrent cells Carlsbad Excel Worksheet Functions 0 October 28th 04 01:19 AM


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