Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
We recently upgrade to Office 2007. I have used Office products since 1995
and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you enter a formula in a cell and the formula appears in both the cell and
the formula bar, the usual cause is that the cell was formatted as Text before the formula was entered. Clear the cell (both contents and format) and then re-enter the formula. -- Gary''s Student - gsnu200906 "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That was about the second or third thing I tried. The cell was set to Text
while it was blank and I have heard that formats set on blank cells tend to 'stick' even though one changes the format. regardless of whether the cell is formatted as text though, the '=' sign should override that, right? At least it always has. It certainly seems odd that anyone would consider the current state of affairs an improvment. This seems like a very, very bad thing to do . "Gary''s Student" wrote: If you enter a formula in a cell and the formula appears in both the cell and the formula bar, the usual cause is that the cell was formatted as Text before the formula was entered. Clear the cell (both contents and format) and then re-enter the formula. -- Gary''s Student - gsnu200906 "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
AFAIK formatting an empty cell to Text, "sticks". That is, if you enter a
formula, Excel treats the formula as a text string, even though the "=" sign is the first character. It has always been this way. You need to ask yourself a deeper question: Why are some of my "un-used" cells formatted as Text?? -- Gary''s Student - gsnu200906 "BS" wrote: That was about the second or third thing I tried. The cell was set to Text while it was blank and I have heard that formats set on blank cells tend to 'stick' even though one changes the format. regardless of whether the cell is formatted as text though, the '=' sign should override that, right? At least it always has. It certainly seems odd that anyone would consider the current state of affairs an improvment. This seems like a very, very bad thing to do . "Gary''s Student" wrote: If you enter a formula in a cell and the formula appears in both the cell and the formula bar, the usual cause is that the cell was formatted as Text before the formula was entered. Clear the cell (both contents and format) and then re-enter the formula. -- Gary''s Student - gsnu200906 "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Ensure the cell is formatted as general before you enter the formula OR Hold down CTRL and tap ` The ` symbol is generally found to the left of the 1 key Mike "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This isn't a global issue. I was not aware of the CTRL- ` shortcut to show
formulas. The cell was set to text before the formula was originally entered. Subsequent resets to anything else are not working. Again, why would any format change ignore the leading '='? I am looking at tearing down this entire worksheet and starting over. Even Visicalc did not have this problem. "Mike H" wrote: Hi, Ensure the cell is formatted as general before you enter the formula OR Hold down CTRL and tap ` The ` symbol is generally found to the left of the 1 key Mike "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well I'll be....
Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Now not so funny. I test to see if a value in cell is numeric. If cell is
formatted as text, no value is recognized as numeric. Setting cell to text before entering data means I have to set each individual to numeric using the Smart Tag on EACH INDIVIDUAL CELL. MS should fire someone for this stupidity. Please excuse the rudeness, but this has multiplied my work and is a stupid freaking error. "BS" wrote: Well I'll be.... Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can see how that would be pain.
Why not use the VALUE function??? =ISNUMBER(VALUE(D2)) Dan "BS" wrote: Now not so funny. I test to see if a value in cell is numeric. If cell is formatted as text, no value is recognized as numeric. Setting cell to text before entering data means I have to set each individual to numeric using the Smart Tag on EACH INDIVIDUAL CELL. MS should fire someone for this stupidity. Please excuse the rudeness, but this has multiplied my work and is a stupid freaking error. "BS" wrote: Well I'll be.... Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, I was looking for a NUM function.
Appreciated. "Dan" wrote: I can see how that would be pain. Why not use the VALUE function??? =ISNUMBER(VALUE(D2)) Dan "BS" wrote: Now not so funny. I test to see if a value in cell is numeric. If cell is formatted as text, no value is recognized as numeric. Setting cell to text before entering data means I have to set each individual to numeric using the Smart Tag on EACH INDIVIDUAL CELL. MS should fire someone for this stupidity. Please excuse the rudeness, but this has multiplied my work and is a stupid freaking error. "BS" wrote: Well I'll be.... Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No -- select ALL the "bad" cells, use Data/text to columns and just click
Finish. All the leading apostrophes are gone! Bob Umlas Excel MVP "BS" wrote in message ... Now not so funny. I test to see if a value in cell is numeric. If cell is formatted as text, no value is recognized as numeric. Setting cell to text before entering data means I have to set each individual to numeric using the Smart Tag on EACH INDIVIDUAL CELL. MS should fire someone for this stupidity. Please excuse the rudeness, but this has multiplied my work and is a stupid freaking error. "BS" wrote: Well I'll be.... Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
#12
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I will have to try that. Of course, since there are no visible leading
apostrophes visible, it is not immediately apparent that something thinks they are actually there. "Bob Umlas" wrote: No -- select ALL the "bad" cells, use Data/text to columns and just click Finish. All the leading apostrophes are gone! Bob Umlas Excel MVP "BS" wrote in message ... Now not so funny. I test to see if a value in cell is numeric. If cell is formatted as text, no value is recognized as numeric. Setting cell to text before entering data means I have to set each individual to numeric using the Smart Tag on EACH INDIVIDUAL CELL. MS should fire someone for this stupidity. Please excuse the rudeness, but this has multiplied my work and is a stupid freaking error. "BS" wrote: Well I'll be.... Put the cursor in the cell. Move focuse to the Formula box, move to the first position (I see no quote/apostrophe) and press backspace. Be sure to change pants after laughing so hard that you, well, you know. "BS" wrote: We recently upgrade to Office 2007. I have used Office products since 1995 and am a developer. Often when I enter a formula in a cell, say: =IF(ISNUMBER(G2),0,1), the expression is treated as though it were a string. There is no leading quote and no result. what is up? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
value not recognized as a formula | Excel Worksheet Functions | |||
Cell Data not recognized by Formulas | Excel Discussion (Misc queries) | |||
date not recognized | Excel Discussion (Misc queries) | |||
Blank Value not recognized? | Excel Worksheet Functions | |||
changing formulas to values so that they will be recognized by Find and Replace | Excel Discussion (Misc queries) |