FormulaCraft

How to convert Celsius to Fahrenheit in Excel and Google Sheets

Topic:Unit conversion
Excel & Google Sheets
=CONVERT(B2,"C","F")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter Celsius temperatures in column B.
  2. 2In column C, enter =CONVERT(B2,"C","F") to convert to Fahrenheit.
  3. 3Alternatively, use =(B2*9/5)+32 for a transparent formula.
  4. 4Copy the formula down for all temperature readings.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Can I convert Fahrenheit back to Celsius?

Yes. Use =CONVERT(B2,"F","C") or the manual formula =(B2-32)*5/9.

Does CONVERT support Kelvin?

Yes. Use "K" as the unit identifier. For example =CONVERT(B2,"C","K") converts Celsius to Kelvin.

More on Unit conversion

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: