sixty base

R

Ron Rosenfeld

how do i format a cell to display numbers in sixty base?

Not possible in Excel.

You would have to use a VB routine to convert the numeric entry to base sixty.
Of course, the result would be a text string, and you would have to convert it
to base 10 in order to perform any mathematical operations.


--ron
 
Top