Forum Discussion

JimB-GA's avatar
JimB-GA
Helper III
7 years ago
Solved

converting text to numeric conditionally

Good day community,   I have a text column that contains numeric data (as text) as well as alphanumeric data.  I have tried to convert the text column to numeric, but receive error messages on rows...
  • Anonymous's avatar
    Anonymous
    7 years ago

    JimB-GA,

    Create a custom column using this formula below, then you can convert this custom column to numeric

    try Number.FromText([Text]) otherwise null