photo

Praveen Bulusu


Last seen: 11 months ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


MS Excel column from number and vice versa
Get column id from number. For example 26-'z', 702-'zz',703-'AAA', etc.. Likewise, get column number from text.

5 years ago | 1 download |

Answered
I need to convert a number into its column name equivalent
You can use the following functions. It works for any number. num=14558 a=num2xlcol(num) % convert number to xlcol b=xlc...

5 years ago | 4