I'm having a bit of an issue analyzing data in Google sheets. One of the columns has abbreviated numbers with K (thousand), and M (million). The abbreviation also doesn't seem to be consistent. Here's an example of a few rows:
185K
3.06K
4.19K
59.2K
1.38M
64K
2.78K
6.21K
4.5K
41.7K
516K
85.1K
21.8K
516K
235K
Is there an easy way for me to convert these into plain numbers, for example, 41.7K -> 41700 ?
Appreciate the help! Cheers