I have a "rate" field that comes in in different formats so airtable (and excel) treat it as long text.In excel I convert it to a number with this formula: =IFERROR(VALUE(IF(ISNUMBER([@Rate]),[@Rate],LEFT([@Rate],FIND("$",[@Rate])+4))),"")Because th...