Value Formula in MS Excel
In Microsoft Excel, the VALUE function is used to convert a text string that represents a number, into a real number. The syntax of the function is as follows:
scss=VALUE(text)
where text is a string that represents a number. The VALUE function is useful in cases where you have a number stored as text, but you need to perform mathematical operations on it.For example:
scss=VALUE("1234")
will return the number 1234.
No comments:
Post a Comment