Convert Text to Number – Excel & Google Sheets

Written by

Editorial Team

Reviewed by

Steve Rynearson

Last updated on February 8, 2023
Download Example Workbook

Download the example workbook

This tutorial will demonstrate how to convert text to numbers in Excel and Google Sheets.

convert text number Main

VALUE Function

If you have a number stored as text in Excel, you can convert it to a value by using the VALUE Function.

=VALUE(B3)

convert text number 01

DATEVALUE Function

If you have a date stored as text in Excel, you can get the date value from it by using the DATEVALUE Function.

=DATEVALUE(B3)

Date Value

This will only work, however, if the date is stored as text.

Date Value 01

If the date is stored as an actual date, the DATEVALUE Function will return an error.

Date Value 02

TIMEVALUE Function

If you have time stored as text, you can use the TIMEVALUE Function to return the time value. The TIMEVALUE function will convert the text to an Excel serial number from 0 which is 12:00:00 AM to 0.999988426 which is 11:59.59 PM.

=TIMEVALUE(B3)

convert text number 02

TEXT to COLUMNS

Excel has the ability to convert data stored in a text string into separate columns, using Text to Columns. If there are values within this data, it will convert the value to a number.

  1. Select the range to apply the formatting (ex. B3:B6)
  2. In the Ribbon, select Data > Text to Columns.

TEXT TO COLUMN 01

  1. Keep the option as Delimited, and click Next

TEXT TO COLUMN 02

  1. Select Comma as the Delimiter, and make sure that the Text qualifier is set to {none}.

convert text number 03

  1. Select cell C3 as the destination for the data. You do not need to change the Column data format as Excel will find the best match for the data.

convert text number 03

  1. Click Finish to view the data. If you click in cell D3, you will see that the number part of the text string has been converted to a number.

convert text number 05

Convert Text to Number in Google Sheets

All of the examples above work the same way in google sheets.

convert text number Google Function

AI Formula Generator

Try for Free

Excel Practice Worksheet

practice excel worksheet

Practice Excel functions and formulas with our 100% free practice worksheets!

  • Automatically Graded Exercises
  • Learn Excel, Inside Excel!

Free Download

Return to Excel Formulas List