Hi,
this the formula I have used to convert millions into billions, can someone explain the order of execution for this formula especially
THEN
if contains([_CurrentField_], 'M')
then '$'+tostring(tonumber(REGEX_Replace([_CurrentField], '[$M]', ''))/1000)+ ' B'
else [CurrentField] endif