Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
VAL( lcx) / 1000
STR( VAL(lcx)/1000, 10, 3)
LEFT( lcx, LEN( lcx) - 3) + "." + RIGHT( lcx, 3)
VAL( LEFT( lcx, LEN( lcx) - 3) + "." + RIGHT( lcx, 3))
Do not remember if it was available in 8