Hi,
I have data in three columns, and want to delete the entire row if the cell on column three is empty, and shift everything up.
My aproach is to select all the data in column three, and count the number of rows, then create a "for" loop to delete the rows.
Please help! Thank you!!
I have data in three columns, and want to delete the entire row if the cell on column three is empty, and shift everything up.
My aproach is to select all the data in column three, and count the number of rows, then create a "for" loop to delete the rows.
Please help! Thank you!!