Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to create a custom function in Excel XP to automatically convert
temperatures from Farenheit to Celsius and vice versa. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi F = 1.8C + 32 C = (F-32)/1.8 This function, Function F1(C) F1 = 1.8C + 32 End Function - will convert Celsius to Fahrenheit. Regards Andrew Bourke Sam wrote: I am trying to create a custom function in Excel XP to automatically convert temperatures from Farenheit to Celsius and vice versa. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=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. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look at the CONVERT function in help, there are many other
conversions as well as C to F. -- HTH RP (remove nothere from the email address if mailing direct) "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. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
getting a degree symbol (celsius) in each cell | Excel Worksheet Functions | |||
Is there a way to format numbers to show as degrees farenheit? | Excel Discussion (Misc queries) | |||
Temperature Formula HELP!!! | Excel Worksheet Functions | |||
Convert farenheit to celcius | Excel Discussion (Misc queries) | |||
What is the formula for converting farenheit to celsius? | Excel Worksheet Functions |