S
sw
I have the following formula;
=(ROUND(A1,3-LEN(INT(A1)))) e.g. 123,456 would change to
123,000
I also want to be able to return only the 1st 3 numbers of
this e.g. changes to 123. I have tried adding in Left
(A1,3) but everywhere I place this in the formula it does
not seem to work e.g. I tried =ROUND(LEFT(A1,3),A1,3-LEN
(INT(A1))))
Any ideas?
=(ROUND(A1,3-LEN(INT(A1)))) e.g. 123,456 would change to
123,000
I also want to be able to return only the 1st 3 numbers of
this e.g. changes to 123. I have tried adding in Left
(A1,3) but everywhere I place this in the formula it does
not seem to work e.g. I tried =ROUND(LEFT(A1,3),A1,3-LEN
(INT(A1))))
Any ideas?