Lexington Stoyell
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
106,140
of 295,467
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to keep 0s when converting data type?
I currently have a 6x4 cell. Most of the cells are populated with numbers, while the remaining have zeros. Using 'isnumeric' I h...
6 years ago | 1 answer | 0
1
answerQuestion
How to add zeros to the end of cells
I am looping through data, which are of various lengths. I want to create a cell that will attach zeros to the end of the cells ...
6 years ago | 1 answer | 0
1
answerQuestion
How to compare tables/cells/characters?
Is there any way to compare (greater than or less than) using tables? Or is there a way to compare using cells or as a character...
6 years ago | 1 answer | 0
1
answerQuestion
Convert a Cell to String
Can you convert a cell to a string? How do you do so? Are there better types to use instead of a string? Or should you convert a...
7 years ago | 0 answers | 0
0
answersQuestion
How to use a variable name as an Excel range?
I want to be able to use my variable, Value_Col, as the range which the Excel file references to find the column. The column is ...
7 years ago | 1 answer | 0
1
answerQuestion
How to extract certain Excel columns?
I would like to extract columns based on their name (the first row of the column). These columns are randomly ordered.
7 years ago | 3 answers | 0
3
answersQuestion
How to convert a cell to a string?
I have attempted to convert a cell to a string using cellstr (which doesn't work)... I need a column of cells (all containing nu...
7 years ago | 0 answers | 0
0
answersQuestion
How to separate an Excel column into two columns?
I have a column in an Excel sheet that I would like to separate into two columns. The numbers are separated by a comma (Ex. [1, ...
7 years ago | 0 answers | 0
0
answersQuestion
How to extract multiple numbers from an Excel cell?
I am attempting to create a matrix for both the values and then two for the limits (one for the upper limit, and one for the low...
7 years ago | 0 answers | 0
0
answersQuestion
What is the difference between xlsfinfo and xlsread?
I currently have a code where the file is read in using xlsfinfo. Below I have attached a code that requires xlsread (I think an...
7 years ago | 1 answer | 0
1
answerQuestion
How to Define a Checkbox?
Currently when I run through a code, which I have two checkboxes in, the second is undefined. I was given the original code to u...
7 years ago | 1 answer | 0
1
answerQuestion
How to search an Excel file for a certain column, then save that entire column?
I am working on a project where columns could be out of order, so I cannot depend on saving data from these columns as they will...
7 years ago | 1 answer | 0