C
charlene
is it possible to delete the 4 rightmost digit of a cell ?
Hi charlene,
For a value in A1,
=INT(A1/10000)
deletes the 4 right digits.
Cheers
--
macropod
[MVP - Microsoft Word]
charlene said:is it possible to delete the 4 rightmost digit of a cell ?