Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default SPREADSHEET FORMULA VIEW

Instead of viewing the numeric contents of a cell,

HOW CAN I VIEW MY SPREADSHEET (and ultimately print it)
seeing my FORMULAS entered into the cells.

Easily done in Microsoft Works under the VIEW menu!!

But, in EXCEL, I am at a loss.

Please help.

Larry
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default SPREADSHEET FORMULA VIEW

Tools, Options, View

Tick Formulas check box


---
Message posted from http://www.ExcelForum.com/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default SPREADSHEET FORMULA VIEW

Larry

CRTL + `(backquote above TAB key) will toggle view formulas on/off.

Long way around....ToolsOptionsViewWindow Options checkmark in "Formulas"

Gord Dibben Excel MVP

On Tue, 13 Jan 2004 21:23:33 -0800, "FLKulchar" wrote:

Instead of viewing the numeric contents of a cell,

HOW CAN I VIEW MY SPREADSHEET (and ultimately print it)
seeing my FORMULAS entered into the cells.

Easily done in Microsoft Works under the VIEW menu!!

But, in EXCEL, I am at a loss.

Please help.

Larry


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default SPREADSHEET FORMULA VIEW

Hi Larry,
One way would be to toggle to formula view and print
Ctrl+` (accent grave or whatever is to left on 1 in number row)
or from tools, options, view, formula view

problem with that is that the cells are exactly 3 X the width of
your normal view, so you may have columns that are too
narrow or too wide. If you change the column width in formula
view you will change the widths in normal view.

My preference would be to show a few representative formulas
and not waste the paper. See my formula page
for GetFormula and GetFormulaD macros
http://www.mvps.org/dmcritchie/excel/formula.htm

Another alternative is to print the formulas on a page created
to show formula in a list (j-walk tip 37, for instance)
address, formula, value

Creating a List of Formulas (Tip 37) « can be found on
John Walkenbach's site (Tip 37). It uses less coding but is identical
in function, to the GetFormulaInfo example from Microsoft.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"FLKulchar" wrote in message ...
Instead of viewing the numeric contents of a cell,

HOW CAN I VIEW MY SPREADSHEET (and ultimately print it)
seeing my FORMULAS entered into the cells.

Easily done in Microsoft Works under the VIEW menu!!

But, in EXCEL, I am at a loss.

Please help.

Larry



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default SPREADSHEET FORMULA VIEW


I saw your answer to my excel query, and i was quite impressed with your
presentation...THANK YOU.

Now, I have a different question Copying and Pasting functions from
1 cell to another.

FOR EXAMPLE: I have a column of names, 25, of them, in A1 through A25.

I have an ENTERED formula in B1...,for example,...
=IF(A1="Larry", TRUE, FALSE)

If I paste this formula to B2:B25...my A1 becomes A2:A25

BUT I WISH TO KEEP EACH CELL in the B column as A1 !!

for example, my 12th entry should read:

=IF(A1="Larry", TRUE, FALSE) NOT =IF(A12=....etc.)

Is there a paste special (or whatever that can handle this)

thanks,

Larry




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default SPREADSHEET FORMULA VIEW

Hi Francis

Francis L. Kulchar wrote:
[snipped]
I have an ENTERED formula in B1...,for example,...
=IF(A1="Larry", TRUE, FALSE)


change to
=IF($A$1="Larry", TRUE, FALSE)

The $ signs will create an absolute reference (you have used a relative
reference). You can toggle between them with hitting F4

HTH
Frank

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
View spreadsheet Mike[_29_] Excel Discussion (Misc queries) 0 April 23rd 10 02:05 AM
spreadsheet with several row, looking to view one at a time while. Angie New Users to Excel 1 April 12th 08 11:09 PM
How do I view animation on excel spreadsheet Chatz Excel Discussion (Misc queries) 0 March 10th 08 01:51 PM
SPREADSHEET VIEW Donna Wilson Excel Worksheet Functions 3 October 15th 07 01:04 PM
Modify Spreadsheet View Maurice New Users to Excel 1 March 10th 07 04:42 PM


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