Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cradino
 
Posts: n/a
Default Show cell fórmula not value

How can I make excel show in one column the fórmulas used in the previous
column. Example
1 =LIN()
2 =LIN()
3 =LIN()
4 =LIN()

  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

Assuming you want to show only these formulas and not all formulas on the
worksheet, I would first highlight this column of formulas, then use
Edit/Replace to replace, say, the <equal sign with <space<equal sign. This
makes them text. Then copy that text into the column to the right (Edit/Copy,
then Edit/Paste). Then use Edit/Replace again on the first column to replace
<space<equal sign with just <equal sign.

On Sat, 1 Oct 2005 15:59:01 -0700, "cradino"
wrote:

How can I make excel show in one column the fórmulas used in the previous
column. Example
1 =LIN()
2 =LIN()
3 =LIN()
4 =LIN()

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

If you can use a VBA solution, this function may help. Go to the VB Editor and
insert a standard module in your workbook. Paste the following code in the
code pane on the right. Then on the worksheet, to get the formula in a cell,
say K22, in another cell, say L22, you would use the formula =CellFormula(K22)


Function CellFormula(Rng As Range)
CellFormula = " " & Rng.Cells(1).Formula
End Function


On Sat, 01 Oct 2005 18:11:17 -0500, Myrna Larson
wrote:

Assuming you want to show only these formulas and not all formulas on the
worksheet, I would first highlight this column of formulas, then use
Edit/Replace to replace, say, the <equal sign with <space<equal sign. This
makes them text. Then copy that text into the column to the right (Edit/Copy,
then Edit/Paste). Then use Edit/Replace again on the first column to replace
<space<equal sign with just <equal sign.

On Sat, 1 Oct 2005 15:59:01 -0700, "cradino"
wrote:

How can I make excel show in one column the fórmulas used in the previous
column. Example
1 =LIN()
2 =LIN()
3 =LIN()
4 =LIN()

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
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
How to show a leading 0 in a cell. PAtty Excel Discussion (Misc queries) 2 February 20th 05 01:03 AM
Problem with IF condition or vector lookup? J-Philippe Excel Worksheet Functions 4 January 15th 05 08:41 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Worksheet Functions 1 January 4th 05 08:01 PM


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