Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to show formulas on a worksheet in Excel x for mac? I know
how to do this on a pc, but I can not seem to find a way on this mac. I am a teacher in middle school and I want to give a problem that the students can solve and then print their answers in both values and formulas. HELP!! Jim Carlton |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well one possibility is to create a UDF called get formula:
Function GetFormula(Cell As Range) As String GetFormula = Cell.Formula If Cell.HasArray Then GetFormula = "{" & GetFormula & "}" End Function If there is a formula in cell A1, =getformula(A1) will show it. But I'm not sure that this is what you're looking for. Another way to show formulas is to put an apostrophe to the left of the = sign, but then the formula itself doesn't calculate because XL considers that text. Dave -- Brevity is the soul of wit. "Jim Carlton JMS" wrote: Is it possible to show formulas on a worksheet in Excel x for mac? I know how to do this on a pc, but I can not seem to find a way on this mac. I am a teacher in middle school and I want to give a problem that the students can solve and then print their answers in both values and formulas. HELP!! Jim Carlton |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jim -
Excel | Preferences | View | (Window Options) Formulas Or, on modern Mac (and Windows) keyboards, Ctrl + ~ (i.e., hold down the control key and press the tilde key in the top left of the keyboard) toggles formula view on and off. - Mike http://www.mikemiddleton.com "Jim Carlton JMS" <Jim Carlton wrote in message ... Is it possible to show formulas on a worksheet in Excel x for mac? I know how to do this on a pc, but I can not seem to find a way on this mac. I am a teacher in middle school and I want to give a problem that the students can solve and then print their answers in both values and formulas. HELP!! Jim Carlton |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
Excel Prefereces View and check Formulas or CONTROL+ ` Note that the ` key can be found next to the 1 key. Hope this helps! In article , Jim Carlton JMS <Jim Carlton wrote: Is it possible to show formulas on a worksheet in Excel x for mac? I know how to do this on a pc, but I can not seem to find a way on this mac. I am a teacher in middle school and I want to give a problem that the students can solve and then print their answers in both values and formulas. HELP!! Jim Carlton |
#5
![]() |
|||
|
|||
![]()
Hi Jim,
Yes, it is definitely possible to show formulas on a worksheet in Excel X for Mac. Here's how you can do it:
To print the worksheet with both the values and formulas, you can follow these steps:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Putting Excel formatting and/or formulas into CSV file | Excel Discussion (Misc queries) | |||
Excel should let me use formulas that refer to other cells w/ form | Excel Worksheet Functions | |||
Excel Error when copying formulas | Excel Worksheet Functions | |||
How can I get EXCEL formulas to work in Works? | Excel Worksheet Functions | |||
I want Excel to allow cells with formulas and unrelated text | Excel Discussion (Misc queries) |