G Guest Mar 13, 2005 #1 I am trying to create a custom function in Excel XP to automatically convert temperatures from Farenheit to Celsius and vice versa.
I am trying to create a custom function in Excel XP to automatically convert temperatures from Farenheit to Celsius and vice versa.
A Ajtb Mar 13, 2005 #2 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
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
B Bob Phillips Mar 13, 2005 #4 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)
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)
T Tom Ogilvy Mar 13, 2005 #5 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.
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.