I wish I had read your responses sooner as I obviously didn't make myself clear..
I know I said count the number of letters, however I meant if a cell has either a single letter or a number of letters in it then that would be counted as one. e.g if cell A1 contained a single letter 'B' or three letter 'ABC', then that would be counted as one.
Again, if you could help me that would be great, and sorry for not responding sooner..
I really do wish I would fully test these formulas before announcing their working fine.
I put Zorvek's formula to test on the attached spreadsheet, but its giving me the numbers 31 in cells BN3, BO3, BP3 though to BS3.
The sad thing is Zorvek and most of you guys are probably busy working on other stuff so won't get a reply until later this evening when I really would like response soon... oh well. If someone is available to take a look I would appreciate it.
The problem is there are formulas in the cells and a blank produced by a formula is a text value.
Here is another formula that would work. It counts the total number of cells and then subtracts the cells that contact blanks (from formulas) or are empty:
This solution worked exactly as I wanted it to. Thanks
Microsoft Excel
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
=counta(A1:A4)