I have the following database sample:
The problem that I have is that if I click in the first cell in Unit_Price (185.542) what I see is 185542 so when I multiply this unit price per the amount of units sold, I get a number much bigger than it should be.
As well, I another problem, there are numbers that have a "." in the separation so excel does not identify them as a number.
** What I tried?**
I tried to change cells format without success because excel is taking the incorrect unit price (185542 instead of 185,54)
I tried to replace "." for "," but it doesn't work neither.
Any suggestion?