x = 1 or a value

  • Thread starter Thread starter gma
  • Start date Start date
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?
 
Insert this formula in the required result cell:

=COUNTIF(A1:A3,"X")

Adjust range as needed!

Regards,
Stefi

„gma†ezt írta:
 
Back
Top