I have some knowledge of VBA, but not very proficient. I am looking if someone could help me with my workbook issue. I have a spreadsheet that I get filled with a lot of data for employees. On separate sheets I have a list of the employee names with summary information that I pulled from the original worksheet. I want to be able to double click on the employee name and take it to the data worksheet so that I can see the detail
Sheet 1
Sheet 2
Sheet 1
Util Report Sample.xlsx | ||||||
---|---|---|---|---|---|---|
B | C | D | E | |||
3 | H | L | ||||
4 | Employee 1 - Total | Employee 1 | 146.3% | |||
5 | Employee 2 - Total | Employee 2 | 59.6% | |||
6 | ||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4:D5 | D4 | =VLOOKUP($B4,Sheet2!$H:AI,5,0) |
Sheet 2
Util Report Sample.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | |||||||||||||||
2 | Title | ||||||||||||||
3 | Week | User Role | Geo | Market | Main Department | Country | Year | Month | Week | LOB | Emp Status | Major | Practitioner | ||
4 | January, February, March, April, May | ||||||||||||||
5 | |||||||||||||||
6 | Report Selection | ||||||||||||||
7 | User Role | Type | View | Show Activity Details | |||||||||||
8 | |||||||||||||||
9 | |||||||||||||||
10 | |||||||||||||||
11 | |||||||||||||||
12 | Geo | Market | Country | Main Department | Major | Line of Business | |||||||||
13 | |||||||||||||||
14 | Year | Month | Week | Employee Status | Practitioner | ||||||||||
15 | |||||||||||||||
16 | |||||||||||||||
17 | |||||||||||||||
18 | Employee (6pos) | ||||||||||||||
19 | |||||||||||||||
20 | Department Nbr (7pos) | ||||||||||||||
21 | |||||||||||||||
22 | |||||||||||||||
23 | |||||||||||||||
24 | |||||||||||||||
25 | |||||||||||||||
26 | Report creation Time : | ||||||||||||||
27 | A | B | C | D | E | F | G | H | I | J | K | L | M | ||
28 | Place | Region | Area | 000 | Manager 1 | XXXXXX1 | Employee 1 | 01XXXX | January | 01 | 146.3% | ||||
29 | January - Total | 146.3% | |||||||||||||
30 | Employee 1 - Total | 146.3% | |||||||||||||
31 | xxxxxx1 - Total | 146.3% | |||||||||||||
32 | Manager 1 - Total | 146.3% | |||||||||||||
33 | Manager 2 | XXXXX2 | Employee 2 | 02XXXX | January | 01 | 4.8% | ||||||||
34 | 02 | 0.0% | |||||||||||||
35 | 03 | 59.3% | |||||||||||||
36 | 04 | 39.8% | |||||||||||||
37 | 05 | 0.0% | |||||||||||||
38 | January - Total | 20.8% | |||||||||||||
39 | February | 06 | 113.5% | ||||||||||||
40 | 07 | 102.0% | |||||||||||||
41 | 08 | 84.0% | |||||||||||||
42 | 09 | 87.5% | |||||||||||||
43 | February - Total | 96.8% | |||||||||||||
44 | March | 10 | 75.0% | ||||||||||||
45 | 11 | 87.8% | |||||||||||||
46 | 12 | 65.0% | |||||||||||||
47 | 13 | 57.5% | |||||||||||||
48 | March - Total | 71.3% | |||||||||||||
49 | April | 14 | 38.0% | ||||||||||||
50 | 15 | 81.5% | |||||||||||||
51 | 16 | 85.5% | |||||||||||||
52 | 17 | 51.8% | |||||||||||||
53 | April - Total | 64.2% | |||||||||||||
54 | May | 18 | 42.5% | ||||||||||||
55 | 19 | 88.0% | |||||||||||||
56 | 20 | 57.5% | |||||||||||||
57 | 21 | 31.0% | |||||||||||||
58 | May - Total | 54.8% | |||||||||||||
59 | Employee 2 - Total | 59.6% | |||||||||||||
Sheet2 |