Hi,
I have an excel file, lets say
VI V2 V3 V4 V5 V6
S1 87 "B" "B" 78 89
S2 "B" 89 90 33 "B"
S3 "B" "B" "B" "B" 23
S4 78 "B" "B" "B"90
"B" indicates a blank cell here
I need to bring all values closer, without having any blank cells in between (irrespective of the columns). So I need a file as follows:
VI V2 V3 V4 V5 V6
S1 87 78 89
S2 89 90 33
S3 23
S4 78 90
Can anyone tell me how do I achieve this ?
I have an excel file, lets say
VI V2 V3 V4 V5 V6
S1 87 "B" "B" 78 89
S2 "B" 89 90 33 "B"
S3 "B" "B" "B" "B" 23
S4 78 "B" "B" "B"90
"B" indicates a blank cell here
I need to bring all values closer, without having any blank cells in between (irrespective of the columns). So I need a file as follows:
VI V2 V3 V4 V5 V6
S1 87 78 89
S2 89 90 33
S3 23
S4 78 90
Can anyone tell me how do I achieve this ?
Last edited: