Convert text to formula

pham thau

New Member
Joined
Jul 7, 2011
Messages
2
Dear Mr Excel,

Could you please advise how to convert the following text to formula:-

(300 lim L * 7.5 lim W * 0.5 lim D * 2.5 ton per cum) / 500 ton per hr + (10 hr - 8 hr) allow for standby time


Thanks in advance,

Kind regards,

Pham Thau
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Just take out the extraneous stuff:

= 300 * 7.5 * 0.5 * 2.5 / 500 + 10 - 8
 
Upvote 0
Dear shg,

Please advise if there are any ways or formula that Excel can automatic convert that text to formula & calculate the result.

Regards,

Pham Thau
 
Upvote 0
Hi
Welcome to the board

Not with a formula, you have to use vba.

If it's like in your example it seems very simple, just delete all the letters and evaluate the expression.
 
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,798
Members
452,943
Latest member
Newbie4296

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top