I have downloaded data from tableau and once I try to work on this on Excel I get some weird format for the numbers. I have the values on the left, and on the right side I typed what should they actually display. Can I get some help? I tried some formulas but they do not account for the empty spot. This question is different from other as a similar question does not account for the blank spot. Thanks
This should do what you need, tested on the sample data you gave
=IF(ISNUMBER(SEARCH("K",A1)),VALUE(SUBSTITUTE(A1,"K",""))*1000,A1)