Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Adam J
Lv 6
Adam J fragte in Computers & InternetSoftware · vor 1 Jahrzehnt

Excel question: How do you change 485m into a number...?

I want to download some financial information into Excel, and be able to sort through it. Unfortunately for some categories instead of giving a simple number (say 485,000,000) the downloaded information lists a number followed by millions or billions (ie 485m) and Excel doesn't automatically sort this information properly. Is there any way to get Excel to convert a number like 3.2B or 485M into a real number?

1 Antwort

Relevanz
  • vor 1 Jahrzehnt
    Beste Antwort

    =if(right(a1, 1)="B", value(left(a1, len(a1)-1))*1000000000, if(right(a1,1)="M", value(left(a1, len(a1)-1))*1000000))

Haben Sie noch Fragen? Jetzt beantworten lassen.