Hi all ,
I have an unusual default design set in my source excel table:
the amount of 43000 code is positive, but when clicking the cell we can see at the function row that the raw amount is negative! (Screenshot attached).

Surprisingly, Alteryx attracts the designed positive amount instead of the negative raw amount !
Do you have any idea how to solve that issue?
I thought maybe using VBA code on all the .xslx files (before the input) using "Run Command" tool - have any of you tried that before?
Notes:
# The code 43000 is only 1 example of many
# I can not convert all the codes (code * -1) since the formatting does not apply on all of them and we are not quite sure what is the customer's logic here.
# As input, I have over 200 excel files combined together, so any solution to apply on the source file is not relevant in this case
# I saved one of the files as CSV and then imported it into the flow - it did not help (value still saved with the wrong direction due to the formatting settings)
#I tried to correct the data and format immediately after inputting it to the flow [auto-filed tool, regex tool, "tostring" and "tonumber" ect.] but it didn't help.