Hi, need help with generating a formula. I'm grabbing a text string from a cell that may contain any one of the four following:
<,>, <=,>=.
Question; how can I generate a formula with the string as an math operator?
example:
Operator = cell(1,1) ' note cell contains "<="
If X Operator Y Then .....
note the expression (in red) should be If X <= Y Then ......
I'm sure someone out there has done this before>.
Thanks
<,>, <=,>=.
Question; how can I generate a formula with the string as an math operator?
example:
Operator = cell(1,1) ' note cell contains "<="
If X Operator Y Then .....
note the expression (in red) should be If X <= Y Then ......
I'm sure someone out there has done this before>.
Thanks