carlleese24
Board Regular
- Joined
- Mar 15, 2005
- Messages
- 108
Hi
On the file I have 2 sheets one is Hours with the following titles at row 1
Employee (A)
Hours (B)
£ per hours (C)
Date (D)
The other sheet is called Summary with the following titles at row 5
Name (A)
Hours worked (B)
I also have cells for dates which on cells C2 (start date) and D2 (end date) so users can type in a date and press a button so they can sum up the data in any date range and put the total hours for each person as the vba goes down the list of names on the summary tab and for for those dates
Start date
End date
Name
The vba goes down the list of names on the summary tab it will looks for the name on each row and the start and end date it will then total the hours on the hours sheet that match this criteria and put the total next to each name
the ranges for names and hours can change and also the number of rows will reach about 65,000.
Please could anyone help me to make this possible.
Carl
On the file I have 2 sheets one is Hours with the following titles at row 1
Employee (A)
Hours (B)
£ per hours (C)
Date (D)
The other sheet is called Summary with the following titles at row 5
Name (A)
Hours worked (B)
I also have cells for dates which on cells C2 (start date) and D2 (end date) so users can type in a date and press a button so they can sum up the data in any date range and put the total hours for each person as the vba goes down the list of names on the summary tab and for for those dates
Start date
End date
Name
The vba goes down the list of names on the summary tab it will looks for the name on each row and the start and end date it will then total the hours on the hours sheet that match this criteria and put the total next to each name
the ranges for names and hours can change and also the number of rows will reach about 65,000.
Please could anyone help me to make this possible.
Carl