ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Count function not working in one workbook (https://www.excelbanter.com/excel-discussion-misc-queries/261377-count-function-not-working-one-workbook.html)

Carolyn

Count function not working in one workbook
 
The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn

Eduardo

Count function not working in one workbook
 
Hi,
if it shows the function formula press

CTRL + Caps Lock + ~

~ is at the left of number one in your keyboard

"Carolyn" wrote:

The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


Roger Govier[_8_]

Count function not working in one workbook
 
Hi Carolyn

If it is showing the function, then the formula has been entered into a
cell that has been formatted as Text.
Right click on the cellFormatCellsNumberGeneral
Once you have done thatF2 to edit cellEnter

--
Regards
Roger Govier

Carolyn wrote:
The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


Carolyn

Count function not working in one workbook
 
Thanks, Eduardo. I can't test your suggestion because at this time it is
returning zero. The next time I try, it may return the display of the
formula.

"Carolyn" wrote:

The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


Dave Peterson

Count function not working in one workbook
 
If you see the formula, then the cell could be formatted as text.

So reformat that cell as General (or anything but text) and reenter the formula
(that's important!).

Or you could be looking at formulas. Ctrl-` (ctrl-backquote, to the left of the
1/! on my USA keyboard) is a way to toggle this (like Eduardo wrote).

If your values aren't really number, then the count could be zero.

If you try =counta(A1:A10) (adjust the range to match), do you get a non-zero
result?

If yes, then your numbers aren't really numbers.

Depending on the problem (extra whitespace) or values entered after the cell has
been formatted as Text or even formulas that return text:

=if(x99="a","1","2")

Then the fix will be different.

Carolyn wrote:

The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


--

Dave Peterson

Carolyn

Count function not working in one workbook
 
Thanks, Dave.

I have played with cell format without success. I have the same set up in
another workbook where both the range being counted and the count formula
cell are formated as text. That's what really puzzles me. I wouldn't expect
text to work but it seems to in the workbook I just described. The numbers
being counted in the workbook are now general and is the cell where the count
formula is. Also, the numbers in the range are referring to worksheets.
Those were text in the worksheet but I have changed them to general also. No
luck. And, CountA is returning a number.

"Dave Peterson" wrote:

If you see the formula, then the cell could be formatted as text.

So reformat that cell as General (or anything but text) and reenter the formula
(that's important!).

Or you could be looking at formulas. Ctrl-` (ctrl-backquote, to the left of the
1/! on my USA keyboard) is a way to toggle this (like Eduardo wrote).

If your values aren't really number, then the count could be zero.

If you try =counta(A1:A10) (adjust the range to match), do you get a non-zero
result?

If yes, then your numbers aren't really numbers.

Depending on the problem (extra whitespace) or values entered after the cell has
been formatted as Text or even formulas that return text:

=if(x99="a","1","2")

Then the fix will be different.

Carolyn wrote:

The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


--

Dave Peterson
.


Carolyn

Count function not working in one workbook
 
Thanks, Roger.

I have played with cell format without success. I have the same set up in
another workbook where both the range being counted and the count formula
cell are formated as text. That's what really puzzles me. I wouldn't expect
text to work but it seems to in the workbook I just described. The numbers
being counted in the workbook are now general and is the cell where the count
formula is. Also, the numbers in the range are referring to worksheets.
Those were text in the worksheet but I have changed them to general also. No
luck. And, CountA is returning a number.


"Roger Govier" wrote:

Hi Carolyn

If it is showing the function, then the formula has been entered into a
cell that has been formatted as Text.
Right click on the cellFormatCellsNumberGeneral
Once you have done thatF2 to edit cellEnter

--
Regards
Roger Govier

Carolyn wrote:
The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn

.


Roger Govier[_8_]

Count function not working in one workbook
 
Hi Carolyn

If you would like to mail me a copy of the workbook, with a description
of your problem, I will be happy to take a look.

To mail direct
roger at technology4u dot co dot uk
Change the at and dots to make a valid email address
--
Regards
Roger Govier

Carolyn wrote:
Thanks, Roger.

I have played with cell format without success. I have the same set up in
another workbook where both the range being counted and the count formula
cell are formated as text. That's what really puzzles me. I wouldn't expect
text to work but it seems to in the workbook I just described. The numbers
being counted in the workbook are now general and is the cell where the count
formula is. Also, the numbers in the range are referring to worksheets.
Those were text in the worksheet but I have changed them to general also. No
luck. And, CountA is returning a number.


"Roger Govier" wrote:

Hi Carolyn

If it is showing the function, then the formula has been entered into a
cell that has been formatted as Text.
Right click on the cellFormatCellsNumberGeneral
Once you have done thatF2 to edit cellEnter

--
Regards
Roger Govier

Carolyn wrote:
The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn

.


Dave Peterson

Count function not working in one workbook
 
Remember that changing the numberformat isn't enough. You have to change the
value, too.

So do this on a couple of test cells to see if it works.

Change the numberformat to General.
And retype the value -- from scratch.

Then look at your =count() formula to see what it evaluates to.

Carolyn wrote:

Thanks, Dave.

I have played with cell format without success. I have the same set up in
another workbook where both the range being counted and the count formula
cell are formated as text. That's what really puzzles me. I wouldn't expect
text to work but it seems to in the workbook I just described. The numbers
being counted in the workbook are now general and is the cell where the count
formula is. Also, the numbers in the range are referring to worksheets.
Those were text in the worksheet but I have changed them to general also. No
luck. And, CountA is returning a number.

"Dave Peterson" wrote:

If you see the formula, then the cell could be formatted as text.

So reformat that cell as General (or anything but text) and reenter the formula
(that's important!).

Or you could be looking at formulas. Ctrl-` (ctrl-backquote, to the left of the
1/! on my USA keyboard) is a way to toggle this (like Eduardo wrote).

If your values aren't really number, then the count could be zero.

If you try =counta(A1:A10) (adjust the range to match), do you get a non-zero
result?

If yes, then your numbers aren't really numbers.

Depending on the problem (extra whitespace) or values entered after the cell has
been formatted as Text or even formulas that return text:

=if(x99="a","1","2")

Then the fix will be different.

Carolyn wrote:

The count function is not working in one of my workbooks. It works in others
and in new ones. The workbook it is not working in was created last week.
It returns either zero or shows the function formula in the cell even though
calculate is set at automatic.

Carolyn


--

Dave Peterson
.


--

Dave Peterson


All times are GMT +1. The time now is 08:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com