Hi,
I have a query.
I have a 2 tables of data, similar to below and basically I need to analyse how many pallets move in and out in a month, the raw data is inputted on the the bottom table but I want to know if there is a way to do a vlookup or IF function to basically add in the total number of pallets on a specific day that have been brought in or sent out against a specific part code.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]Part Code[/TD]
[/TR]
[TR]
[TD]Date[/TD]
[TD]inbound[/TD]
[/TR]
[TR]
[TD]01/06/2019[/TD]
[TD]**FORMULA NEEDED**[/TD]
[/TR]
[TR]
[TD]02/06/2019[/TD]
[TD]**FORMULA NEEDED**[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Inbound/Outbound[/TD]
[TD]Part Code[/TD]
[TD]Pallet quantity[/TD]
[/TR]
[TR]
[TD]01/06/2019[/TD]
[TD]Inbound[/TD]
[TD]ABC123[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]02/06/2019[/TD]
[TD]Inbound[/TD]
[TD]ABC124[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If you have any questions to help work it out let me know
thanks,
Steven
I have a query.
I have a 2 tables of data, similar to below and basically I need to analyse how many pallets move in and out in a month, the raw data is inputted on the the bottom table but I want to know if there is a way to do a vlookup or IF function to basically add in the total number of pallets on a specific day that have been brought in or sent out against a specific part code.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD][/TD]
[TD]Part Code[/TD]
[/TR]
[TR]
[TD]Date[/TD]
[TD]inbound[/TD]
[/TR]
[TR]
[TD]01/06/2019[/TD]
[TD]**FORMULA NEEDED**[/TD]
[/TR]
[TR]
[TD]02/06/2019[/TD]
[TD]**FORMULA NEEDED**[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Inbound/Outbound[/TD]
[TD]Part Code[/TD]
[TD]Pallet quantity[/TD]
[/TR]
[TR]
[TD]01/06/2019[/TD]
[TD]Inbound[/TD]
[TD]ABC123[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]02/06/2019[/TD]
[TD]Inbound[/TD]
[TD]ABC124[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If you have any questions to help work it out let me know
thanks,
Steven