Hi,
Please help with the below code, which removes the blank cells, by replacing
the values from the below cells to the blank cells, and makes values in sequence for a cloumn.
![]()
Please Login or Register to view this content.
Hi,
Please help with the below code, which removes the blank cells, by replacing
the values from the below cells to the blank cells, and makes values in sequence for a cloumn.
![]()
Please Login or Register to view this content.
Last edited by Veena Anoohya; 02-01-2014 at 01:32 PM.
It should be:
and![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Edit: You may want to exit the loop once you find a non-blank cell, so you don't continue all the way till the end
![]()
Please Login or Register to view this content.
Last edited by millz; 01-16-2014 at 03:20 AM.
多么想要告诉你 我好喜欢你
Hi Millz,
Modifying with the above code, the ouput is like-
Wherever empty cells are there, the values is replaced with the successor.
I don't want the value to be repeated, instead I want all values to be consecutively
present without any blanks between them.
e.g.
if Input is-
8
9
6
4
2
1
then outout shoukd be-
8
9
6
4
2
1
So you mean to 'delete' blank cells?
Try this
![]()
Please Login or Register to view this content.
Hi Veena Anoohya
Do you mean you want empty cells removed AND sort the remaining populated cells ?... and makes values in sequence for a column.
Hi Millz,
Thanks for the code
Hi GreyGhost,
Query solved, actually I wanted to delete blank cells.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks