P
Peter H
I have a formula which analyses the data each time an
entry is made in a particular cell and returns the value
TRUE or FALSE.
I wish to count the number of times the value TRUE is
returned by imcrementing the value in another cell by 1
each time the data entered equates to TRUE.
I have been trying to achieve this without using a Macro
using the IF command, {If((B4 = TRUE), A4 = A4+1, A4)} but
have drawn a blank on how to make this work.
Can anyone help with what must be a simple and common
enough task please.
Peter
entry is made in a particular cell and returns the value
TRUE or FALSE.
I wish to count the number of times the value TRUE is
returned by imcrementing the value in another cell by 1
each time the data entered equates to TRUE.
I have been trying to achieve this without using a Macro
using the IF command, {If((B4 = TRUE), A4 = A4+1, A4)} but
have drawn a blank on how to make this work.
Can anyone help with what must be a simple and common
enough task please.
Peter