Excel: writing a number in a different base
Self-tutoring about Excel: the tutor mentions its base() function. Let’s imagine needing to write a number in a different base; for example, needing to write 1005 in base 7. Excel has a function for that: =base(1005, 7). Apparently the answer …