Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default I must have clicked the wrong thing

Formulas which used to calculate, then disappear leaving only the answer, now
remain without showing the answer. If I replace = with =, it works but only
in that case. How can I get back to normal?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I must have clicked the wrong thing

It sounds like the cells are formatted as TEXT.

Change the format to GENERAL.

Then, select the cell and either double click or hit function key F2 then
hit Enter.

If you have a bunch of cells to convert...

Select all the cells in question
Change the cell format to GENERAL
With the cells still selected
Goto the menu EditReplace
Find what: = (equal sign)
Replace with: = (equal sign)
Replace All

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
Formulas which used to calculate, then disappear leaving only the answer,
now
remain without showing the answer. If I replace = with =, it works but
only
in that case. How can I get back to normal?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default I must have clicked the wrong thing

Excellent work! I did convert that column to text because I was getting
desperate about my Match not working and was trying everything. I have found
several people who have experienced two cells that look and smell the same
but Match won't treat them as the same. We have to be talking about some
hidden formatting that causes Exact to see a difference when we don't.

"T. Valko" wrote:

It sounds like the cells are formatted as TEXT.

Change the format to GENERAL.

Then, select the cell and either double click or hit function key F2 then
hit Enter.

If you have a bunch of cells to convert...

Select all the cells in question
Change the cell format to GENERAL
With the cells still selected
Goto the menu EditReplace
Find what: = (equal sign)
Replace with: = (equal sign)
Replace All

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
Formulas which used to calculate, then disappear leaving only the answer,
now
remain without showing the answer. If I replace = with =, it works but
only
in that case. How can I get back to normal?



.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default I must have clicked the wrong thing

An Example about cahracters looking same but being different:
A < Α
The first one is ordinary A (ASCII code 65)
The second one is different (unicode character with code 913)


Arvi Laanemets





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default I must have clicked the wrong thing

The problem could also because by internal rounding error. There may be a
tiny fraction of a decimal not being seen, and so 0<0, or so it may appear.

Here's an example:
In A1 type the formula
=64.4 - 64
in B1 simply type in .4
in C1 put the formula =IF(A1=B1,"Equal","Not Equal")
The result will be "Not Equal" because the calculation 64.4-64 actually
returned
0.400000000000006 !

If this seems to be the problem, you can try ROUND() or even change the
Excel Options to "Precision as Displayed", just be cautious with that last
one.



"Lake Oswego" wrote:

Excellent work! I did convert that column to text because I was getting
desperate about my Match not working and was trying everything. I have found
several people who have experienced two cells that look and smell the same
but Match won't treat them as the same. We have to be talking about some
hidden formatting that causes Exact to see a difference when we don't.

"T. Valko" wrote:

It sounds like the cells are formatted as TEXT.

Change the format to GENERAL.

Then, select the cell and either double click or hit function key F2 then
hit Enter.

If you have a bunch of cells to convert...

Select all the cells in question
Change the cell format to GENERAL
With the cells still selected
Goto the menu EditReplace
Find what: = (equal sign)
Replace with: = (equal sign)
Replace All

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
Formulas which used to calculate, then disappear leaving only the answer,
now
remain without showing the answer. If I replace = with =, it works but
only
in that case. How can I get back to normal?



.

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
not sure if i'm using the right thing Tiffany Excel Worksheet Functions 4 September 19th 08 05:21 PM
Oh, just one more thing Mike[_12_] Excel Discussion (Misc queries) 1 July 27th 08 04:32 AM
Insert Calculated Field (wrong Qty*Price = wrong Amount) Edmund Excel Discussion (Misc queries) 8 October 4th 07 12:13 PM
One Last Thing Coltsfan Excel Discussion (Misc queries) 1 January 16th 06 08:42 PM
one more thing Bompi Excel Worksheet Functions 1 January 11th 05 08:09 PM


All times are GMT +1. The time now is 12:28 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"