Mrfinance123
Programmer
Hi all,
I am working on a program for a firm in which they want me to clean up the data i already have so that it is shown sequentially in each cell without having blank cells. What I mean is that since we are using a certain criteria to extract certain values that we need from a different worksheet, some cells are "blank", and what i need is the cells that contain the useful data to be in order right after the other in each cell without having "blanks" like it currently does. (Note: The cells are not actually blank hence the "" but instead it has a formula but if the data does not meet the criteria i have set it so that the cell would be blank.) VBA coding to do this is preferable but excel would also be useful.
Example:
CXX K
MRK130518C00043000 43
MRK130518C00045000 45
MRK130518C00045500 45.5
MRK130518C00046000 46
MRK130622C00045000 45
MRK130622C00046000 46
MRK130622C00047000 47
MRK130622C00049000 49
Thank You
I am working on a program for a firm in which they want me to clean up the data i already have so that it is shown sequentially in each cell without having blank cells. What I mean is that since we are using a certain criteria to extract certain values that we need from a different worksheet, some cells are "blank", and what i need is the cells that contain the useful data to be in order right after the other in each cell without having "blanks" like it currently does. (Note: The cells are not actually blank hence the "" but instead it has a formula but if the data does not meet the criteria i have set it so that the cell would be blank.) VBA coding to do this is preferable but excel would also be useful.
Example:
CXX K
MRK130518C00043000 43
MRK130518C00045000 45
MRK130518C00045500 45.5
MRK130518C00046000 46
MRK130622C00045000 45
MRK130622C00046000 46
MRK130622C00047000 47
MRK130622C00049000 49
Thank You