Hello,
Can anyone help me to extract the excel formulas as a string output.
Example: An Excel cell has the below formula:
=IF($A15="","",Reference!$G$15)
and the result is: US
How can I get the formula as output of Alteryx workflow that is
Output:
IF($A15="","",Reference!$G$15)
Please help....