AI Assistant
Help Center AI Assistant is now available
Got questions about Lark? Use our AI chat to find the answers.
00:00
Click and hold to drag
Got It
Try Now

VALUE function for Sheets

1 min read
I. Intro
The VALUE function converts text strings that represent numbers into numerical values.
II. About the function
  • Formula: =VALUE(text)
  • Parameters:
  • text (required): A quoted text, or a reference to a cell that needs to be converted into numbers.
  • Example: =VALUE($11.30)
III. Steps
Use the VALUE function
  1. Select a cell and click Formulas on the toolbar, then select Text > VALUE. You can also directly enter =VALUE in a cell.
  1. Enter the parameters in the cell. For example: =VALUE(A1)/=VALUE("11:30").
  1. Press Enter to display the result, which is 0.479166667 in this example.
250px|700px|reset
Delete the VALUE function
Select the cell with the VALUE function, and press Delete.
IV. Use case
Budgeting: Calculate differences
Checking whether project costs are in line with the proposed budget is an important step in determining project success. The VALUE function makes it easy to compare the two numbers, even when they're in different formats.
  • Formula used below: =VALUE(C2-D2)
  • About the parameters: This formula finds the difference between the budgeted amount and the actual amount spent. The VALUE function here ignores the currency sign and looks at the numerical values only, to give us the difference between the two numbers.
250px|700px|reset
Written by: Lark Help Center
Updated on 2022-10-08
How satisfied are you with this content?
Thank you for your feedback!
Need more help? Please contact Support.
0
rangeDom