Create a history movement of equipment from separate table or within the table

dpvilar

New Member
Joined
Dec 17, 2012
Messages
2
Hello Guys am new here and am very happy to be part of this forum.....

I want to create something which I hope is possible:

I have a table with list of equipments and asset number assigned as primary key, I wanted to have a history movement of these equipments but my idea is somehow not logical and very primitive to update every time 2 excel sheets, maybe you guys have some brilliant idea to help me out:

ie:

[TABLE="width: 500"]
<tbody>[TR]
[TD]asset no[/TD]
[TD]description[/TD]
[TD]received by[/TD]
[TD]day[/TD]
[TD]month[/TD]
[TD] year[/TD]
[TD]location[/TD]
[/TR]
[TR]
[TD]623123[/TD]
[TD]truck[/TD]
[TD]foreman1[/TD]
[TD]1[/TD]
[TD]december[/TD]
[TD]2012[/TD]
[TD]asset area[/TD]
[/TR]
</tbody>[/TABLE]

history of movement as follows:

[TABLE="width: 500"]
<tbody>[TR]
[TD]asset no[/TD]
[TD]received by[/TD]
[TD]from location[/TD]
[TD]day[/TD]
[TD]month[/TD]
[TD]year[/TD]
[TD]to location[/TD]
[TD]day[/TD]
[TD]month[/TD]
[TD]year[/TD]
[/TR]
[TR]
[TD]623123[/TD]
[TD]foreman2 [/TD]
[TD]asset[/TD]
[TD]1[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[TD]fabrication[/TD]
[TD]3[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]623123[/TD]
[TD]foreman3[/TD]
[TD]fabrication[/TD]
[TD]6[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[TD]welding[/TD]
[TD]7[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[/TR]
[TR]
[TD]623123[/TD]
[TD]foreman1[/TD]
[TD]welding[/TD]
[TD]8[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[TD]asset[/TD]
[TD]9[/TD]
[TD]dec[/TD]
[TD]2012[/TD]
[/TR]
</tbody>[/TABLE]

thanks guys...MORE POWER.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi and welcome to MrExcel.

Are you saying that you want to look up a particular Asset No and show all movements for it?
If so, then try this....

Excel Workbook
ABCDEFG
1Asset NoDescriptionReceived byDayMonthYearLocation
2623123truckforeman11december2012asset area
3623124truckforeman22december2012asset area
4623123Carforeman33december2012asset area
5623124truckforeman44december2012asset area
6623123truckforeman55december2012asset area
7623124truckforeman66december2012asset area
8623123Big Truckforeman77december2012asset area
9623124truckforeman88december2012asset area
Equipment



History Results....

Excel Workbook
ABCDEFGH
14
2
3Asset NoDescriptionReceived byDayMonthYearLocation
4623123truckforeman11december2012asset area
5Carforeman33december2012asset area
6truckforeman55december2012asset area
7Big Truckforeman77december2012asset area
8
EquipHistory


The sheet and cell references will need to be changed to suit yours.
The formula in B4 needs entering with ctrl shift enter NOT just enter, you can the copy it across and down.

I hope that helps.

Good luck.

Ak
 
Upvote 0
nice idea bro....yes I think that can help and can make a summarized movement thank you! I will try this now...
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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