Sunday 19 March 2017

Excel - Microsoft Excel Value Function

Basic Description

The Excel VALUE Function converts a text string into a numeric value. 

Excel stores values as either text or numeric values, so, for example, if you attempt to use the text value "10" in an addition, multiplication, or other numeric operation, you will get an error. 

Therefore, if you want to extract a numeric value from a text string, you need to convert this to a number, before Excel will be able to recognise it as a numeric value. The Value function can be used to do this. 

The syntax of the Value function is : 

VALUE( text ) 

where the text argument is a text string that can be translated into a number. 

If the Value function is not able to convert the supplied text value into a number, it will return the #VALUE! error. 

Value Function Examples


The following spreadsheet shows four different examples of the Value function. The spreadsheet on the left shows the format of the function and the spreadsheet on the right shows the results : 



It is seen, from the examples above, that the Excel Value function can interpret different formats of numbers. For example, 




However, in the example in cell B4, the Value function is not able to interpret the currency $ symbol as part of a number, so it produces the #VALUE! error message. 

Value Function Error

If you get an error from the Excel Value function, this is most likely to be the #VALUE! error: 

Common Error 




















No comments:

Post a Comment