I have data in csv where the Milions, thousands, are specified by "M", resp "K" characters.
Example:
abc;1.4M
def;1.45M
ghi;850K
I want to import them, now how can I force Excel to treat the values in second column as numbers (I want to draw a Sparkline based on those) ?
I've tried to apply custom format on second column and then import the data without success.
I can manage to have input data either with "M" or "K" (i.e. column 2 will not have "M" and "K" mixed. 3rd row would be then: ghi;0.85M), so the solution which would treat millions and thousands separately will be also very helpful.