x = 1 or a value

G

gma

I want to put a "X" in a cell and had that total a number
colume a
1 X
2 X
3 X
total 3

how do i do that or can it be done?
 
S

Stefi

Insert this formula in the required result cell:

=COUNTIF(A1:A3,"X")

Adjust range as needed!

Regards,
Stefi

„gma†ezt írta:
 
G

gma

thanks

Stefi said:
Insert this formula in the required result cell:

=COUNTIF(A1:A3,"X")

Adjust range as needed!

Regards,
Stefi

„gma†ezt írta:
 
Top