I did some web-scraping and got data from a website on my Google Spreadsheet. The Data looks like this: 1.2M, 3.5M, 324k, 989k, 1.01M
I want to format them into ONLY digits. (M = Million / k = thousand) -> The finished table should look like this: 12000000 35000000 324000 ...
Is there a way to tell Google Spreadsheet that "if last character ="M/k" ... do this ... I can't come up with a good solution and I cant change the scraping results I get. I only recieve these numbers hardcoded as shown. (1.2M ... 342k...)