Question : Excel - CMS remove blanks - format column

Hi,

In the attached spreadsheet - I would like to remove all blank rows, and then using the center column 'Changes' select items that compares the set of fields on the left, and on the right.

I usually select all, and remove blank rows, but am unable to with this.

Please advise.

Thanks.
Attachments:
 
 

Answer : Excel - CMS remove blanks - format column

Which version of excel are you using? You could try just selecting adjecent empty cells, rightsclick and select 'delete'. Then you choose 'shift cells up'.

For changes, paste the following formula in cell I2:

=IF(AND(EXACT(A:A;J:J);EXACT(B:B;K:K);EXACT(C:C;L:L);EXACT(D:D;M:M);EXACT(E:E;N:N);EXACT(F:F;O:O);EXACT(G:G;P:P);EXACT(H:H;Q:Q));"";"DIFFERENT!")

click cell I2, click the last cell in the I column so all cells in this column exept I1 are selected and press CTRL+D to copy this function to all selected cells. Now if left and right are different the I colum will state 'DIFFERENT!'

Random Solutions  
 
programming4us programming4us