Hello!
In excel, the values in column B are calculated with this formula: =ROUNDDOWN(A*-0.029,2)
In Alteryx I'm using Round(([A]*-0.029),0.01)
Please help me get the exact same numbers that Excel returns.
| A | B - Excel | B - Alteryx |
| 6982.04 | -202.47 | -202.48 |
| 5907.88 | -171.32 | -171.33 |
Thanks!