Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel, I can get a string formula for some place.
for example: (P1+P2+P3^2)/3 , P1*2+P4/3, ........ P1, P2,P3,P4 is variant I can its value from some place: for example: P1 = 1, P2 =2, P3 =3, P4 =4 so I can get the calculated formula as follow: "(1+2+3^2)/3" my question is: how to convert this string formula to real calculate formula ? so I can get value (1+2+3^2)/3 is 4 ?? I have review all of function of string, can not find a way to do it:( anyone can help me out ?? thanks a lot! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ANOTHER URGENT QUESTION - Sums and Ifs | Excel Worksheet Functions | |||
NEWSGROUP QUESTION URGENT | Excel Worksheet Functions | |||
How to find values in string? - Urgent! | Excel Discussion (Misc queries) | |||
Simple Question but need urgent help pls... | Excel Worksheet Functions | |||
Urgent- Help ! (Message 'Calculate' Appears) | Excel Discussion (Misc queries) |