Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default excel text formula does not calculate after editing

I have a simple formula =A16&","&TEXT(ROUND(e16,2),"0.00")
and it works very well and I've used that and variations extensively. If I
copy to another cell it works well. Now however when I try to type the
formula into a cell or edit it after I've copied it all I get is the formula
displayed - not the result.

Help, LK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default excel text formula does not calculate after editing

It sounds like the cell is formatted as TEXT. Format the cell as General
then either type the formula or, if it's already in the cell, select the
cell and hit function key F2 then hit ENTER.

--
Biff
Microsoft Excel MVP


"lannyk" wrote in message
...
I have a simple formula =A16&","&TEXT(ROUND(e16,2),"0.00")
and it works very well and I've used that and variations extensively. If
I
copy to another cell it works well. Now however when I try to type the
formula into a cell or edit it after I've copied it all I get is the
formula
displayed - not the result.

Help, LK



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default excel text formula does not calculate after editing

Biff - have worked with formulas similar to & much more elaborate than this
for a long while & never had this problem. That said, your suggestion works
- takes an extra step or 2 but it works. Thanks very much.

Lanny

"T. Valko" wrote:

It sounds like the cell is formatted as TEXT. Format the cell as General
then either type the formula or, if it's already in the cell, select the
cell and hit function key F2 then hit ENTER.

--
Biff
Microsoft Excel MVP


"lannyk" wrote in message
...
I have a simple formula =A16&","&TEXT(ROUND(e16,2),"0.00")
and it works very well and I've used that and variations extensively. If
I
copy to another cell it works well. Now however when I try to type the
formula into a cell or edit it after I've copied it all I get is the
formula
displayed - not the result.

Help, LK




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default excel text formula does not calculate after editing

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"lannyk" wrote in message
...
Biff - have worked with formulas similar to & much more elaborate than
this
for a long while & never had this problem. That said, your suggestion
works
- takes an extra step or 2 but it works. Thanks very much.

Lanny

"T. Valko" wrote:

It sounds like the cell is formatted as TEXT. Format the cell as General
then either type the formula or, if it's already in the cell, select the
cell and hit function key F2 then hit ENTER.

--
Biff
Microsoft Excel MVP


"lannyk" wrote in message
...
I have a simple formula =A16&","&TEXT(ROUND(e16,2),"0.00")
and it works very well and I've used that and variations extensively.
If
I
copy to another cell it works well. Now however when I try to type the
formula into a cell or edit it after I've copied it all I get is the
formula
displayed - not the result.

Help, LK






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default excel text formula does not calculate after editing

My guess is that the cell is formatted as Text. Format as General and
re-enter the formula.

Are you sure that you need the ROUND function? Wouldn't you get the same
result with =A16&","&TEXT(E16,"0.00") ?
--
David Biddulph

"lannyk" wrote in message
...
I have a simple formula =A16&","&TEXT(ROUND(e16,2),"0.00")
and it works very well and I've used that and variations extensively. If
I
copy to another cell it works well. Now however when I try to type the
formula into a cell or edit it after I've copied it all I get is the
formula
displayed - not the result.

Help, LK





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
Why does editing a formula cause cell to reformat to text? Jack Greb Excel Discussion (Misc queries) 2 January 25th 08 01:56 AM
Editing Text Help Excel Discussion (Misc queries) 4 October 22nd 07 07:24 PM
vlookup formula editing based on numbers treated as text JASelep Excel Worksheet Functions 1 August 30th 07 04:48 PM
Editing an excel spreadsheet with the new data in colored text? Kenstar Excel Discussion (Misc queries) 1 September 24th 06 07:52 AM
calculate a formula instead of returning text Jonrey Excel Worksheet Functions 21 April 9th 06 11:28 PM


All times are GMT +1. The time now is 11:13 PM.

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

About Us

"It's about Microsoft Excel"