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: :Prix Lot - :"Mean(Final Price)"n
and I have indeed difference. See image attach.
How this could be possible? Does anyone can help me please?
What am I missing here????
Thanks for your help
MGD