View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Need to convert temperature from Farenheit to Celsius

Just to add (from help):
If this function is not available, run the Setup program to install the
Analysis ToolPak. After you install the Analysis ToolPak, you must enable it
by using Add-Ins on the Tools menu.
-------

so convert is provided by the Addin Analysis Toolpak (shipped with Excel,
but not necessarily installed or selected in tools=Addins)


--
Regards,
Tom Ogilvy

"Niek Otten" wrote in message
...
=CONVERT(A1,"C","F")

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Sam" wrote in message
...
I am trying to create a custom function in Excel XP to automatically
convert
temperatures from Farenheit to Celsius and vice versa.