Good day,
Please assist, I would like to lookup a value for a certain date.
Below is a sample of my data. The one sheet will have the contract data e.g. Machine no, date, contract data (is machine in contract for the specific month)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine No[/TD]
[TD]Date[/TD]
[TD]Contract[/TD]
[/TR]
[TR]
[TD]123567[/TD]
[TD]01.01.2018[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]01.01.2018[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]123567[/TD]
[TD]01.02.2018[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]01.02.2018[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
The other sheet will have data relating to our machines. I would like to add the contract data for the specific month to the sheet below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]Machine No[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine Desc[/TD]
[TD]Date [/TD]
[TD]Machine Hours[/TD]
[/TR]
[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]123567[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine B[/TD]
[TD]01.01.2018[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]123456[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine C[/TD]
[TD]01.01.2018[/TD]
[TD]5000[/TD]
[/TR]
</tbody>[/TABLE]
Please assist, I would like to lookup a value for a certain date.
Below is a sample of my data. The one sheet will have the contract data e.g. Machine no, date, contract data (is machine in contract for the specific month)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Machine No[/TD]
[TD]Date[/TD]
[TD]Contract[/TD]
[/TR]
[TR]
[TD]123567[/TD]
[TD]01.01.2018[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]01.01.2018[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]123567[/TD]
[TD]01.02.2018[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]123456[/TD]
[TD]01.02.2018[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
The other sheet will have data relating to our machines. I would like to add the contract data for the specific month to the sheet below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]Machine No[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine Desc[/TD]
[TD]Date [/TD]
[TD]Machine Hours[/TD]
[/TR]
[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]123567[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine B[/TD]
[TD]01.01.2018[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD][TABLE="width: 79"]
<tbody>[TR]
[TD="align: right"]123456[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
[/TD]
[TD]Machine C[/TD]
[TD]01.01.2018[/TD]
[TD]5000[/TD]
[/TR]
</tbody>[/TABLE]