Hello all, I have a full column with a currency but the numbers are long. I am trying to shorten the value up to a normal dollar currency and add a dollar sign symbol. I also want to do this to multiple columns at once. I tried using this formula '$'+Tostring([FIELD],2,1) and I keep getting the error "The formula resulted in a string but the field is numeric". It says to use Tonumber(...) but that's giving me an error as well. Any help is appreciated. Thank you