• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Number Formating

Hi ,

What is the thousands separator in your Excel ?

If at all the number 1002 has been entered as text , it can be converted to a numeric value by adding 0.

Thus if your value of 1002 is in A1 , and you wish to multiply this by the value in B1 , then instead of :

=A1 * B1

use :

=(A1 + 0) * B1

However , the very fact of multiplying A1 by B1 should give you a valid numeric result , and not the #VALUE! error.

Narayan
 
Back
Top