countif problem.

P

psion

I wrote a formula in a cell that contains the following:

=countif(f5:f268,"> char(32)") / countif(e5:e268,"> char(32)")

I have verified that any unused cells have blanks spaces in them.

Both columns have data in the same rows so the counted value for each
column should be the same but it isnt. All cells contain only numbers or
letters and the cells format is general.

Any suggestions??
 
B

Bob Phillips

Not sure I get it, but try

=countif(f5:f268,">"&char(32)) / countif(e5:e268,">"&char(32))
 
P

psion

OK... Ive fixed the problem(but Im still unsure why it is happening).
What I did to fix the problem is re-enter any cell that contain only
numerical data. Alphanumeric was ok...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top