Results to text

  • Thread starter Thread starter Jim
  • Start date Start date
What do you mean by fixed text? If you want to remove the dependency of a
formula, select it,
copy it and paste special as values in place.. If you need a number like 100
converted to "One Hundred"
you would need VBA. Laurent Longre has that included in one of his UDF
functions here

http://longre.free.fr/english/

the function is called NUMTEXT
 
Jim,

Select the cells
Copy to the clipboard
Menu Edit>PasteSpecial, click the Values button, and OK

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Jim said:
I want to convert formula result values to fixed text.
Any clues?

insert a define name name: info
ref to: =EVALUATE(sheet1!A1)
in sheet!a1 your formulas

in B1 type : =info

ivano
 
Back
Top