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

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

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

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

Last reviewed: