View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Oldersox Oldersox is offline
external usenet poster
 
Posts: 24
Default display formulas as text

Thanks Lori,

This is exactly what I was looking for (on a different post).

Small suggestion. To simplify end result change the column data format (in
the Convert Text to Columns Wizard - Step 3 of 3) to 'Text' and change the
destination on the same popup to the cell(s) where you want the result to
appear. This makes the formula in the cells in question immediately appear
as text in the cell location you specify.

Again I thankyou for this solution, you have really saved me a lot of work
(and stress)

Kind regards
Oldersox (Geoff)

"Lori" wrote:

To convert formulas to text you can use:
datatext to columnsnextnexttext (assuming tab delimited)

Copy this to another column and then convert back to values with:
datatext to columnsfinish (assuming tab delimited)

Will Fleenor wrote:

How to display (for documentation and debugging) in one column the literal
textual representation of Excel formulas that are in another column?

OS: Windows XP all SPs and patches loaded.
AP: Excel 2003 all SPs and patches loaded.

Thanks, Will