R
RogM
Say i have a number 123.45 I want to use a = function to be able to return
the first 2 number from the right (45). When I use =right it returns the
first 2 numbers from the point (23). I think this is because =right is for
returning a text string and is not recognising the point, but is there a
feature to return a numeric string?
the first 2 number from the right (45). When I use =right it returns the
first 2 numbers from the point (23). I think this is because =right is for
returning a text string and is not recognising the point, but is there a
feature to return a numeric string?