View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
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