• 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.

How to convert an equation to number format

HEy Guys

I have equations in my columns like below

(9.78 * 3.9 ) + (1 * 0.4 * 3.9 )

but these are in text... is there any formula to convert this to number and get the result of all the calculation.
 
It is not working sir... :(
Hi,

Have a look at the attached workbook. The calculations are done in 2 parts. A formula to extract the relevant data (Column I)and a user defined function to evaluate the text string (Column K).

The workbook is now macro enabled.
 

Attachments

Hi,

Have a look at the attached workbook. The calculations are done in 2 parts. A formula to extract the relevant data (Column I)and a user defined function to evaluate the text string (Column K).

The workbook is now macro enabled.
function is not woking its giving error
#NAME?
Please suggest
 
function is not woking its giving error
#NAME?
Please suggest
Hi,

My apologies. I originally did a solution that used a function from the MOREFUNC addin and then changed my mind and used a VB user defined function but uploaded the wrong workbook. Try this one
 

Attachments

Back
Top