Hi
I have been provided some data in Excel which I want to normalize and put into Access.
The data comes in like
Weeks and department across here
Sales Sales Sales Sales Ops Ops Ops
Name 1 2 3 4 1 2 3
-----------------------------------------------------
Mark 100 50 40 40 20 30 70
John 70 20 30 50 30 40 80
Pete 80 90 100 20 50 30 90
etc.
I want to normalize like:
Name Week Department Data
-----------------------------------
Mark 1 Sales 100
John 1 Sales 70
Pete 1 Sales 80
Mark 2 Sales 50
Mark 1 Ops 20
etc.
Any ideas how to tackle this - at the moment I am doing very manually in Excel.
I have been provided some data in Excel which I want to normalize and put into Access.
The data comes in like
Weeks and department across here
Sales Sales Sales Sales Ops Ops Ops
Name 1 2 3 4 1 2 3
-----------------------------------------------------
Mark 100 50 40 40 20 30 70
John 70 20 30 50 30 40 80
Pete 80 90 100 20 50 30 90
etc.
I want to normalize like:
Name Week Department Data
-----------------------------------
Mark 1 Sales 100
John 1 Sales 70
Pete 1 Sales 80
Mark 2 Sales 50
Mark 1 Ops 20
etc.
Any ideas how to tackle this - at the moment I am doing very manually in Excel.