In an excel spreadsheet, how can I make "x" have the value of 1 so the column
is totaled automatically?
|
|
0
|
|
|
|
Reply
|
Utf
|
5/10/2010 6:57:01 PM |
|
=COUNTIF(E4:E8,"x")
will count the number of "x"s - make sure to use your range that you want
to count the "x"s over (E4:E8 is just an example of a range)
--
Wag more, bark less
"lettbonn" wrote:
> In an excel spreadsheet, how can I make "x" have the value of 1 so the column
> is totaled automatically?
|
|
0
|
|
|
|
Reply
|
Utf
|
5/10/2010 7:40:01 PM
|
|