About 602,000 results
Open links in new tab
  1. excel - VBA: Convert Text to Number - Stack Overflow

    Apr 21, 2016 · I have columns of numbers that, for whatever reason, are formatted as text. This prevents me from using arithmetic functions such as the subtotal function. What is the best way to convert …

  2. Convert a string to int using sql query - Stack Overflow

    Apr 8, 2009 · How to convert a string to integer using SQL query on SQL Server 2005?

  3. How to convert string to number in python? - Stack Overflow

    Dec 3, 2022 · 8 Convert the items to a integer if isdigit() returns True, else to a float. This can be done by a list generator:

  4. How to convert text to number in Excel or Power Query

    Nov 18, 2022 · I'm not able to convert text to number. I tried in Power Query "trim" and "delete space", but I'm still not able to convert it into number format.

  5. How can I convert a string to an integer in JavaScript?

    In absence of OP's clarification, this question could be interpreted in the sense of converting any string to a number, i.e. turning "dog" into a number (which of course can be done).

  6. How to convert text into number in Power Query? - Stack Overflow

    Aug 1, 2024 · I split the time and minutes from the timedate into text; now I want to convert back into a number (the minutes need to be padded with a zero). Filtertime = Number.From( Text.From(Time.Hour([

  7. javascript - How to convert a string to number - Stack Overflow

    5 No questions are dumb. to convert a string to a number you can use the unary plus.

  8. How do I convert strings into decimal numbers? - Stack Overflow

    Jul 23, 2024 · I have a python list with strings in this format: A1 = [' "29.0" ',' "65.2" ',' "75.2" '] How do I convert those strings into decimal numbers to perform arithmetic operations on the list elements?

  9. How to convert a string to number in TypeScript? - Stack Overflow

    Given a string representation of a number, how can I convert it to number type in TypeScript? var numberString: string = "1234"; var numberValue: number = /* what should I do with `numberString`? */;

  10. Power Bi - Convert text format 11,11 in decimal number

    Jul 27, 2022 · I have columns with number in a text format such as '58.67'. I cannot convert it to decimal directly (I have an error) so I decided to change the point by a coma such as '58,67'. After that when I …