Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Debi
 
Posts: n/a
Default How do I display a formula on the worksheet

Is there a way to display the formula on the worksheet insead of its value?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Deb: Put a ' in front of the formula.
************
Anne Troy
www.OfficeArticles.com

"Debi" wrote in message
...
Is there a way to display the formula on the worksheet insead of its
value?



  #3   Report Post  
Roger Govier
 
Posts: n/a
Default

You could use the toggle CTRL+` (hold the control button down, whilst
pressing the key immediately below Esc)

Repeating the process toggles the display of formulas back off again.

Regards

Roger Govier


Debi wrote:
Is there a way to display the formula on the worksheet insead of its value?

  #4   Report Post  
David Billigmeier
 
Posts: n/a
Default

Another option... If you already have all of your formula's entered in the
spreadsheet, you can hit Ctrl+`, instead of going into each one and
preceeding it with a '

--
Regards,
Dave


"Debi" wrote:

Is there a way to display the formula on the worksheet insead of its value?

  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

Debi

Show all formulas by hitting CTRL + `(backquote above Tab key)

OR to show just one or some use David McRitchie's GETFORMULA UDF

Function GetFormula(Cell)
GetFormula = Cell.Formula
End Function

Copy/paste the UDF to a general module in your workbook.

In a cell enter =GETFORMULA(cell) where cell is the cell with the formula.

If not familiar with VBA and macros, see David McRitchie's site for more on
"getting started".

http://www.mvps.org/dmcritchie/excel/getstarted.htm

In the meantime..........

To create a General Module, hit ALT + F11 to open the Visual Basic Editor.

Hit CRTL + R to open Project Explorer.

Find your workbook/project and select it.

Right-click and InsertModule. Paste the above code in there. Save the
workbook and hit ALT + Q to return to your workbook.


Gord Dibben Excel MVP

On Tue, 27 Sep 2005 12:35:06 -0700, "Debi"
wrote:

Is there a way to display the formula on the worksheet insead of its value?




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
Updating formula with link to another worksheet using vlookup Matt Links and Linking in Excel 3 August 12th 05 01:04 PM
formula to lookup table in another Worksheet please Steved Excel Worksheet Functions 1 June 14th 05 10:39 AM
Display specific rows from table on other worksheet Bruno G. Excel Discussion (Misc queries) 2 January 20th 05 11:22 PM
Modifying a formula to display the results of another formula carl Excel Worksheet Functions 1 January 6th 05 05:22 PM
Need excel formula to display 28.50hrs in HRS & MINS? rbc Excel Worksheet Functions 4 January 6th 05 12:21 PM


All times are GMT +1. The time now is 10:34 AM.

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"