photo

Praveen Bulusu


Last seen: bijna 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

1 File

RANK
6.010
of 300.365

REPUTATION
8

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
17.412 of 20.933

REPUTATION
4

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
42

RANK

of 168.262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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.

meer dan 5 jaar ago | 2 downloads |

0.0 / 5

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...

meer dan 5 jaar ago | 4