How do I create a hexidecimal autofill list?

D

Dave Peterson

You could put a formula like this in A1 and drag down:
=DEC2HEX(ROW())

If you wanted to start in A15 with 1, you could use:
=DEC2HEX(ROW()-14)


Eric Rosenberg wrote:
 
Top