Countif thats works erratically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I set up a countif function relating to another sheet in a workbook,
most of the cells work but random one's don't and return a 0 even when the
source cells have the correct criteria.

I've checked the cell formatting and can't see why it doesn't work on random
cells

Help please!!
 
Hi Paul,

It could be that the errant ones have been input as text instead of numbers,
or vice-versa.

Cheers
 
The source cells contain text and are fomatted as general, changed them to
text but that doesn't cure the problem. I'm trying to get counts of cells
with same text but some just don't work

Thanks,

Paul
 
Is your criteria 1 word or multiple words?

In either case, look for imbedded spaces (prefix and/or suffix),
And if spaces are included in your criteria [CHAR(32)], make sure the data
has the *same type* of spaces [maybe CHAR(160)].

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

message The source cells contain text and are fomatted as general, changed them to
text but that doesn't cure the problem. I'm trying to get counts of cells
with same text but some just don't work

Thanks,

Paul
 

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

Back
Top