how to fill down data in one column to match the column length in another column

jwalkerack

Board Regular
Joined
Jun 19, 2013
Messages
81
Hi there ,

i have a data set that is populated in a table , there are two set of data. one are fixed points such as time , location .

The other are variables specifically its a test number and test depth. For each sheet there are different amount of values . One test might have 30 rows of data the next might have 50.

What i want to be able to do is fill down my fixed data so it corresponds to the amount of test present.

So i have my data set below. I only have 1 entry for the first 4 columns , i would like this to be filled down to correspond to the 27 row. i have tried doing a copy and paste recorder . But my problem is that this will only copy to the values in the first test. In because the amount of rows will always change . i was wondering if there is a way of doing this . Thanks a lot Jack


<colgroup><col style="mso-width-source:userset;mso-width-alt:5010;width:103pt" width="137"> <col style="mso-width-source:userset;mso-width-alt:4205;width:86pt" width="115"> <col style="mso-width-source:userset;mso-width-alt:3035;width:62pt" width="83"> <col style="mso-width-source:userset;mso-width-alt:7314;width:150pt" width="200"> <col style="mso-width-source:userset;mso-width-alt:4937;width:101pt" width="135"> <col style="mso-width-source:userset;mso-width-alt:4096;width:84pt" width="112"> </colgroup><tbody>
[TD="class: xl65, width: 137"]location [/TD]
[TD="class: xl65, width: 115"]Test Date[/TD]
[TD="class: xl65, width: 83"]Test Type[/TD]
[TD="class: xl65, width: 200"]Action number [/TD]
[TD="class: xl65, width: 135"]Report Test Number[/TD]
[TD="class: xl65, width: 112"]Depth [/TD]

[TD="class: xl63"]1_234_1234[/TD]
[TD="class: xl64"]30/04/1990[/TD]
[TD="class: xl63"]longhand [/TD]
[TD="class: xl63"]4[/TD]
[TD="class: xl63"]1[/TD]
[TD="class: xl63"]15115[/TD]

[TD="class: xl63"]2[/TD]
[TD="class: xl63"]15110[/TD]

[TD="class: xl63"]3[/TD]
[TD="class: xl63"]15111[/TD]

[TD="class: xl63"]4[/TD]
[TD="class: xl63"]15164.9[/TD]

[TD="class: xl63"]5[/TD]
[TD="class: xl63"]15246.9[/TD]

[TD="class: xl63"]6[/TD]
[TD="class: xl63"]15302[/TD]

[TD="class: xl63"]7[/TD]
[TD="class: xl63"]15303[/TD]

[TD="class: xl63"]8[/TD]
[TD="class: xl63"]15359.9[/TD]

[TD="class: xl63"]9[/TD]
[TD="class: xl63"]15356.9[/TD]

[TD="class: xl63"]10[/TD]
[TD="class: xl63"]15405.9[/TD]

[TD="class: xl63"]11[/TD]
[TD="class: xl63"]15417.9[/TD]

[TD="class: xl63"]12[/TD]
[TD="class: xl63"]15445[/TD]

[TD="class: xl63"]13[/TD]
[TD="class: xl63"]15489[/TD]

[TD="class: xl63"]14[/TD]
[TD="class: xl63"]15493[/TD]

[TD="class: xl63"]15[/TD]
[TD="class: xl63"]15491[/TD]

[TD="class: xl63"]16[/TD]
[TD="class: xl63"]15555[/TD]

[TD="class: xl63"]17[/TD]
[TD="class: xl63"]15553[/TD]

[TD="class: xl63"]18[/TD]
[TD="class: xl63"]15682[/TD]

[TD="class: xl63"]19[/TD]
[TD="class: xl63"]15702[/TD]

[TD="class: xl63"]20[/TD]
[TD="class: xl63"]15700.9[/TD]

[TD="class: xl63"]21[/TD]
[TD="class: xl63"]15766[/TD]

[TD="class: xl63"]22[/TD]
[TD="class: xl63"]15828[/TD]

[TD="class: xl63"]23[/TD]
[TD="class: xl63"]15885.8[/TD]

[TD="class: xl63"]24[/TD]
[TD="class: xl63"]15904[/TD]

[TD="class: xl63"]25[/TD]
[TD="class: xl63"]15888[/TD]

[TD="class: xl63"]26[/TD]
[TD="class: xl63"]15685[/TD]

[TD="class: xl63"]27[/TD]
[TD="class: xl63"]15766[/TD]

</tbody>
 
So in this case , this would be my desired result


[TABLE="width: 782"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]location [/TD]
[TD]Test Date[/TD]
[TD]Test Type[/TD]
[TD]Action number [/TD]
[TD]Report Test Number[/TD]
[TD]Depth [/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]15115[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]15110[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]15111[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]15164.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]15246.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]15302[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]7[/TD]
[TD]15303[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]15359.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]9[/TD]
[TD]15356.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]10[/TD]
[TD]15405.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]11[/TD]
[TD]15417.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]12[/TD]
[TD]15445[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]13[/TD]
[TD]15489[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]14[/TD]
[TD]15493[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]15[/TD]
[TD]15491[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]16[/TD]
[TD]15555[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]17[/TD]
[TD]15553[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]18[/TD]
[TD]15682[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]19[/TD]
[TD]15702[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]20[/TD]
[TD]15700.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]21[/TD]
[TD]15766[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]22[/TD]
[TD]15828[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]23[/TD]
[TD]15885.8[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]24[/TD]
[TD]15904[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]25[/TD]
[TD]15888[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]26[/TD]
[TD]15685[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]27[/TD]
[TD]15766[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 782"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]location [/TD]
[TD]Test Date[/TD]
[TD]Test Type[/TD]
[TD]Action number [/TD]
[TD]Report Test Number[/TD]
[TD]Depth [/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]15115[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]15110[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]15111[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]15164.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]15246.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]15302[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]7[/TD]
[TD]15303[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]15359.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]9[/TD]
[TD]15356.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]10[/TD]
[TD]15405.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]11[/TD]
[TD]15417.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]12[/TD]
[TD]15445[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]13[/TD]
[TD]15489[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]14[/TD]
[TD]15493[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]15[/TD]
[TD]15491[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]16[/TD]
[TD]15555[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]17[/TD]
[TD]15553[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]18[/TD]
[TD]15682[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]19[/TD]
[TD]15702[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]20[/TD]
[TD]15700.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]21[/TD]
[TD]15766[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]22[/TD]
[TD]15828[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]23[/TD]
[TD]15885.8[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]24[/TD]
[TD]15904[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]25[/TD]
[TD]15888[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]26[/TD]
[TD]15685
[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]27[/TD]
[TD]15766
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Sorry in my last post ,


it have repeated the data set twice . i just want it once . But what i would like is the macro to automatically pick up how many rows there are in the column dats sets with multipy data .

So in this case it would result in this

[TABLE="width: 782"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]location [/TD]
[TD]Test Date[/TD]
[TD]Test Type[/TD]
[TD]Action number [/TD]
[TD]Report Test Number[/TD]
[TD]Depth [/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]15115[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]15110[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]15111[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]15164.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD]15246.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]15302[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]7[/TD]
[TD]15303[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]15359.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]9[/TD]
[TD]15356.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]10[/TD]
[TD]15405.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]11[/TD]
[TD]15417.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]12[/TD]
[TD]15445[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]13[/TD]
[TD]15489[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]14[/TD]
[TD]15493[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]15[/TD]
[TD]15491[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]16[/TD]
[TD]15555[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]17[/TD]
[TD]15553[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]18[/TD]
[TD]15682[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]19[/TD]
[TD]15702[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]20[/TD]
[TD]15700.9[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]21[/TD]
[TD]15766[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]22[/TD]
[TD]15828[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]23[/TD]
[TD]15885.8[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]24[/TD]
[TD]15904[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]25[/TD]
[TD]15888[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]26[/TD]
[TD]15685[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]27[/TD]
[TD]15766[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]28[/TD]
[TD]15768[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]29[/TD]
[TD]15770[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]30[/TD]
[TD]15772[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]31[/TD]
[TD]15774[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]32[/TD]
[TD]15776[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]33[/TD]
[TD]15778[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]34[/TD]
[TD]15780[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]35[/TD]
[TD]15782[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]36[/TD]
[TD]15784[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]37[/TD]
[TD]15786[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]38[/TD]
[TD]15788[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]39[/TD]
[TD]15790[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]40[/TD]
[TD]15792[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]41[/TD]
[TD]15794[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]42[/TD]
[TD]15796[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]43[/TD]
[TD]15798[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]44[/TD]
[TD]15800[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]45[/TD]
[TD]15802[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]46[/TD]
[TD]15804[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]47[/TD]
[TD]15806[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]48[/TD]
[TD]15808[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]49[/TD]
[TD]15810[/TD]
[/TR]
[TR]
[TD]1_234_1234[/TD]
[TD]30/04/1990[/TD]
[TD]longhand [/TD]
[TD]4[/TD]
[TD]50[/TD]
[TD]15812[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top