Hi - I'm pulling some totals from Excel, where the total is a function of other cells. Alteryx will only input the number that is displayed and not the exact value.
Does anyone have any ideas on how I can ignore how the cell is formatted and take the exact number?
+++
Example - if E2 here contains '=Sum(B2:E2)', Alteryx will pull 304 for France and not the exact value 303.7
| A | B | C | D | E |
1 | Countries | Value1 | Value2 | Value3 | Totals |
| 2 | France | 100 | 101 | 102.7 | 304 |
| 3 | Germany | 200 | 30.2 | 120 | 350 |
| 4 | Norway | 102 | 600 | 20.8 | 723 |