J
Jeff Granger
I have a table containing TRUE and FALSE values. Essentially I want to count
the number of TRUEs, ultimately in a pivot table.
Should I convert TRUE to 1 first, (=IF(A1=TRUE,1,0)(??) or is there a way
to get a pivot table to cout the number of TRUEs in a category without
having to convert first?
More elegant solutions will also be considered!
Jeff
the number of TRUEs, ultimately in a pivot table.
Should I convert TRUE to 1 first, (=IF(A1=TRUE,1,0)(??) or is there a way
to get a pivot table to cout the number of TRUEs in a category without
having to convert first?
More elegant solutions will also be considered!
Jeff