Hi,
I came across this 'simple' puzzle :
Write a function which converts a number into an Excel spreadsheet column name.
0 = A
...
25 = Z
26 = AA
...
701 = ZZ
702 = AAA
I tried it and took SOME time to get it right. Interestingly tricky. You give it a try. I will post my solution later sometime.
Yours Sinerely,