Create your list in decimal, then use the DEC2HEX function.
D Dave Peterson Apr 12, 2008 #2 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:
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: