Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count in a cell, not an array

Hi all, I have a cell that its value is changing all the time. i.e., each 10
seconds, mark TRUE. I want to count the number of times TRUE appears in the
cell. How can I do it?

Thanks a lot
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Count in a cell, not an array

Do it in the code that is updating the cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Anat27" wrote in message
...
Hi all, I have a cell that its value is changing all the time. i.e., each
10
seconds, mark TRUE. I want to count the number of times TRUE appears in
the
cell. How can I do it?

Thanks a lot



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count in a cell, not an array

Sorry...but i don't really understand.. (i'm new at this...)

"Bob Phillips" wrote:

Do it in the code that is updating the cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Anat27" wrote in message
...
Hi all, I have a cell that its value is changing all the time. i.e., each
10
seconds, mark TRUE. I want to count the number of times TRUE appears in
the
cell. How can I do it?

Thanks a lot




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Count in a cell, not an array

What I mean is that there must be some code that is generating the changes
to that cell, so count at the point where the change is effected.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Anat27" wrote in message
...
Sorry...but i don't really understand.. (i'm new at this...)

"Bob Phillips" wrote:

Do it in the code that is updating the cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Anat27" wrote in message
...
Hi all, I have a cell that its value is changing all the time. i.e.,
each
10
seconds, mark TRUE. I want to count the number of times TRUE appears in
the
cell. How can I do it?

Thanks a lot






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Count in a cell, not an array

First of all, thanks a lot for all the help... but as I still don't really
get it (usually i'm noy that stupid...really...), here is an exemple of what
I mean:
I have a cell: =if(mod(A1,5)=0,TRUE,FALSE).
This cells takes the data from another cell which is a clock showing the
values of seconds (so every 5 seconds I get a TRUE).
Could you show me how to make a cell which will count all the times TRUE
appeared?

Thanks a lot, really!

"Bob Phillips" wrote:

What I mean is that there must be some code that is generating the changes
to that cell, so count at the point where the change is effected.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Anat27" wrote in message
...
Sorry...but i don't really understand.. (i'm new at this...)

"Bob Phillips" wrote:

Do it in the code that is updating the cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Anat27" wrote in message
...
Hi all, I have a cell that its value is changing all the time. i.e.,
each
10
seconds, mark TRUE. I want to count the number of times TRUE appears in
the
cell. How can I do it?

Thanks a lot








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Count in a cell, not an array

Okay, so what is driving the clock cell, what makes it change?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Anat27" wrote in message
...
First of all, thanks a lot for all the help... but as I still don't really
get it (usually i'm noy that stupid...really...), here is an exemple of
what
I mean:
I have a cell: =if(mod(A1,5)=0,TRUE,FALSE).
This cells takes the data from another cell which is a clock showing the
values of seconds (so every 5 seconds I get a TRUE).
Could you show me how to make a cell which will count all the times TRUE
appeared?

Thanks a lot, really!

"Bob Phillips" wrote:

What I mean is that there must be some code that is generating the
changes
to that cell, so count at the point where the change is effected.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Anat27" wrote in message
...
Sorry...but i don't really understand.. (i'm new at this...)

"Bob Phillips" wrote:

Do it in the code that is updating the cell.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Anat27" wrote in message
...
Hi all, I have a cell that its value is changing all the time. i.e.,
each
10
seconds, mark TRUE. I want to count the number of times TRUE appears
in
the
cell. How can I do it?

Thanks a lot








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
If, Count & Array Bec[_3_] Excel Worksheet Functions 2 April 23rd 08 05:45 AM
COUNT and IF Array bob Excel Worksheet Functions 3 December 2nd 07 03:08 PM
Count & Array Function Scott Halper Excel Worksheet Functions 4 March 23rd 07 05:27 PM
Count If Array Formula carl Excel Worksheet Functions 2 November 21st 05 08:52 PM
Count if array contains cells of a certain value Melissa Excel Worksheet Functions 2 July 29th 05 02:37 AM


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