shayalsamawi
New Member
- Joined
- Sep 9, 2021
- Messages
- 16
- Office Version
- 365
- Platform
- Windows
Hi All,
This is my first post - thanks so much in advance for helping.
I have data that looks like this:
It's a time sheet with names of individuals and how many hours they spent on each task.
I need it to look like this:
so - removing any cells with no hours, the data is almost transposed with the name, project, subproject and hours.
I have to do this sheet weekly, which is why I wanted a macro to hopefully speed the process up.
I'd massively massively appreciate any help
Thanks
Shay
This is my first post - thanks so much in advance for helping.
I have data that looks like this:
Project | Subproject | Sam | Tom | Terry | Alice |
Project 1 | Subproject b | 4 | 1 | 6 | |
Project 2 | subproject d | 5 | 4 | 5 | |
Project 3 | subproject f | 3 | 3 | 6 | |
Project 4 | subproject q | 4 |
It's a time sheet with names of individuals and how many hours they spent on each task.
I need it to look like this:
sam | project 1 | subproject b | 4 |
sam | project 3 | subproject f | 3 |
Tom | Project 2 | Subproject d | 5 |
so - removing any cells with no hours, the data is almost transposed with the name, project, subproject and hours.
I have to do this sheet weekly, which is why I wanted a macro to hopefully speed the process up.
I'd massively massively appreciate any help
Thanks
Shay