Difference despite same numbers...
Hello, Today I have a non-understanding question.I have 2 columns of products prices. I wanted to check that same numbers are the same in the 2 columns so I created a formula column with the formula If( :"Mean(Final Price)"n != :prixLot / 100,
"Yes",
"No"
) Even if same number was in the 2 columns (exactly the same including decimals) then the formula returned me a "Yes". So I did difference column: ...