Convert from Fahrenheit to Celsius & vice versa in Excel
In this tutorial we will teach you how to convert from Fahrenheit to Celsius in Excel as well as how to convert from Celsius to Fahrenheit. For our first example, we will use the first formula, =(Fahrenheit–32)*5/9. Here is how we will make the conversion.
How to convert from Fahrenheit to Celsius:
- Open Microsoft Excel. This formula is compatible in Excel 97, 2003 and 2007.
- In a worksheet, enter your temperatures in Fahrenheit in column A.
- Select cells B2:B14 and type the following formula: =(A2*1.8)+32.
- Press Ctrl+Enter.
To convert temperatures from Celsius to Fahrenheit, you will have to use the formula = (Celsius *9/5)+32. Here is how to apply it.
How to convert from Celsius to Fahrenheit:
- In a worksheet, enter your temperatures in Celsius in column A.
- Select cells B2:B14 and type the following formula: =(A2-32)/1.8.
- Press CTRL+Enter.
You should now be set.