Rows to Column based on unique identifier and time stamp

peterhydebank

New Member
Joined
Apr 20, 2018
Messages
1
Hi All,

Please help me urgently to solve the issue I am facing. I have attached a sample data below. I want to have all values of Product 1, Product 2 and Product 3 in column deleting rows or may be in another sheet. The "Employee Number" are unque number in this case. Another condition is sales employees are entering the data multiple times, I need most recent uploaded sales number only for each Product. The "Date Time" column come as text.



[TABLE="width: 582"]
<colgroup><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Employee Number[/TD]
[TD]Product Category[/TD]
[TD]Currency[/TD]
[TD]Sales Number[/TD]
[TD]Date Time[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: center"]56457[/TD]
[TD]Product 1[/TD]
[TD]USD[/TD]
[TD="align: right"]700000[/TD]
[TD="align: right"]1/22/2018 18:13[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: center"]56457[/TD]
[TD]Product 2[/TD]
[TD]USD[/TD]
[TD="align: right"]912500[/TD]
[TD="align: right"]1/22/2018 18:15[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: center"]56457[/TD]
[TD]Product 3[/TD]
[TD]USD[/TD]
[TD="align: right"]325000[/TD]
[TD="align: right"]1/22/2018 18:16[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: center"]56457[/TD]
[TD]Prosuct 2[/TD]
[TD]USD[/TD]
[TD="align: right"]350000[/TD]
[TD="align: right"]1/22/2018 18:18[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: center"]56457[/TD]
[TD]Product 1[/TD]
[TD]USD[/TD]
[TD="align: right"]475000[/TD]
[TD="align: right"]1/22/2018 18:20[/TD]
[/TR]
</tbody>[/TABLE]

Thank you
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,223,577
Messages
6,173,164
Members
452,504
Latest member
frankkeith2233

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