Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Strange if(***) behaviour?

I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,090
Default Strange if(***) behaviour?

That is the normal and intended behavior. The formula is placed in n20 and
the formula says, in English, if the entry in o20 is a 1, then display "yes"
in the cell in which the formula is located, which is n20 in your case. If
o20 is not a 1, display "No". The formula has not gone anywhere, it is
still in the cell. What is in the cell and what is displayed in the cell
are not necessarily the same thing. As in your case. HTH Otto
"Excel 2003 - SPB" wrote in message
...
I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Strange if(***) behaviour?

Thanks for the reply, but the formular is missing when you look into/edit the
cell

"Otto Moehrbach" wrote:

That is the normal and intended behavior. The formula is placed in n20 and
the formula says, in English, if the entry in o20 is a 1, then display "yes"
in the cell in which the formula is located, which is n20 in your case. If
o20 is not a 1, display "No". The formula has not gone anywhere, it is
still in the cell. What is in the cell and what is displayed in the cell
are not necessarily the same thing. As in your case. HTH Otto
"Excel 2003 - SPB" wrote in message
...
I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Strange if(***) behaviour?

Hi guys
I have included the previous thread
all is good with the formular
a1=if(b1=1,"Yes","No")
b1=1

when I change the value in B1 to 0
the contents (using edit F2) become
text "No"


"Excel 2003 - SPB" wrote:

Thanks for the reply, but the formular is missing when you look into/edit the
cell

"Otto Moehrbach" wrote:

That is the normal and intended behavior. The formula is placed in n20 and
the formula says, in English, if the entry in o20 is a 1, then display "yes"
in the cell in which the formula is located, which is n20 in your case. If
o20 is not a 1, display "No". The formula has not gone anywhere, it is
still in the cell. What is in the cell and what is displayed in the cell
are not necessarily the same thing. As in your case. HTH Otto
"Excel 2003 - SPB" wrote in message
...
I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,090
Default Strange if(***) behaviour?

Are you now saying that all is good or do you still have the situation that
the formula disappears? Formulas don't just disappear. If your formula is,
in fact, disappearing, you have some code in that file that is doing this.
HTH Otto
"Excel 2003 - SPB" wrote in message
...
Hi guys
I have included the previous thread
all is good with the formular
a1=if(b1=1,"Yes","No")
b1=1

when I change the value in B1 to 0
the contents (using edit F2) become
text "No"


"Excel 2003 - SPB" wrote:

Thanks for the reply, but the formular is missing when you look into/edit
the
cell

"Otto Moehrbach" wrote:

That is the normal and intended behavior. The formula is placed in n20
and
the formula says, in English, if the entry in o20 is a 1, then display
"yes"
in the cell in which the formula is located, which is n20 in your case.
If
o20 is not a 1, display "No". The formula has not gone anywhere, it is
still in the cell. What is in the cell and what is displayed in the
cell
are not necessarily the same thing. As in your case. HTH Otto
"Excel 2003 - SPB" wrote in
message
...
I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Strange if(***) behaviour?

Any chance you have a "helpful" macro butting in?

I'd open excel in safe mode
windows start button|Run
excel /safe

file|open your workbook
test it out.

If the formula doesn't get converted to values, then I'd look for macros that
are doing this.

Excel 2003 - SPB wrote:

I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Strange if(***) behaviour?

No Macros
Checked against/via alt&F11
I am running some forms which load results of 1 or 0 to the "o" cells
I have no Data "ControlSource" with cell referances

another thing when I copy a formular into the "effected cell" it instantly
changes to Text?


"Dave Peterson" wrote:

Any chance you have a "helpful" macro butting in?

I'd open excel in safe mode
windows start button|Run
excel /safe

file|open your workbook
test it out.

If the formula doesn't get converted to values, then I'd look for macros that
are doing this.

Excel 2003 - SPB wrote:

I have typed the following in
n20 =if(o20=1,"yes","No")
when I type 1 into o20
n20 becomes Yes
the formula disappears it is not the only cell to have this problem
any suggestions?


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
find and replace macro strange behaviour Nicawette Excel Discussion (Misc queries) 3 June 13th 06 08:49 PM
strange behaviour with matrix formulas kayard Excel Worksheet Functions 3 May 16th 06 04:07 PM
Strange behaviour when sorting rows Paul Moore Excel Discussion (Misc queries) 1 February 23rd 06 11:23 PM
Strange "FormatCells" behaviour Mike Hyndman Excel Worksheet Functions 0 October 23rd 05 05:30 PM
Strange behaviour Edgar Thoemmes Excel Worksheet Functions 1 February 8th 05 03:20 PM


All times are GMT +1. The time now is 08:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"