I need to Create a function macro - =CTOF( ) to convert from Celsius to Fahrenheit. I need to include the degree symbol and the C notation.
If I type =CTOF(A1) where A1 contains the temperature in Celsius, I want the answer will be returned in Fahrenheit.
The formula is: =Celsius*9/5+32