photo

Praveen Bulusu


Last seen: 8 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已提交


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.

4 years 前 | 2 次下载 |

已回答
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...

4 years 前 | 4