copy and paste the expression below to a source text layer with an expression slider added.
Found this on the web. can’t remember who I got it from.
s = effect(“value”)(“Slider”);
m = effect(“multiplier”)(“Slider”); //use for numbers greater than 1 million
v = s*m; //value of counter
function digits(Val, Digits)
{var n = Val.toString();