In Power Query I have a text column I will call "Formula" that contains the text "[Col1] + (([Col2] + [Col3]) *.05)" and I want to evaluate that text cell and make the caldulation that would be [Col1] + (([Col2] + [Col3]) *.05) and return that value in another column in Power Query. Can this be done? Theoretically there would be a different formula in each row of the "Formula" field so each calculation would be different. Thanks for any help!