Dan Wilson
Active Member
- Joined
- Feb 5, 2006
- Messages
- 466
- Office Version
-
- 365
- Platform
-
- Windows
Good day. I'm running Excel 2013 on Windows 10. I have a workbook that tracks events attended by members of our group. There are 150 members listed as Lastname, Firstname on the first worksheet. A second worksheet contains the names of members who have attended any of several events throughout the year. The names on the second worksheet match the spelling of the names on the first worksheet. Both worksheets are in ascending order. However, there are only 90 members on the second worksheet. Column A contains the member names on both worksheets. On the second worksheet, Column B contains the number of events attended for the year. I have tried using Indirect, Lookup and Vlookup to populate Column B on the first worksheet so that we can see who has attended events and who has not. The results are all the same. Where there is a comparison of a member who has attended an event, Column B on the first worksheet more times than not shows the correct number of events attended. Sometimes it does not. Members who did not attend any events seem to copy the number from the previous member. Any suggestions would be appreciated.
Sample formula: =VLOOKUP(A2,'Events 2016'!$A$5:$B$95,2)
=VLOOKUP(A3,'Events 2016'!$A$5:$B$95,2)
The first formula shown is in Cell B2 on the first worksheet with 150 member names. The second formula is in Cell B3. Columns A2 and A3 contain the member names and escalate down through the 150 names. Events 2016 is the second worksheet. Column A5 on the Events 2016 worksheet contains the member name. Column B5 contains the number of events attended by that member. A5:B95 contains the 90 members data. Rows 1 through 4 of the second worksheet contain other data not pertinent to this issue.
Dan Wilson...
Sample formula: =VLOOKUP(A2,'Events 2016'!$A$5:$B$95,2)
=VLOOKUP(A3,'Events 2016'!$A$5:$B$95,2)
The first formula shown is in Cell B2 on the first worksheet with 150 member names. The second formula is in Cell B3. Columns A2 and A3 contain the member names and escalate down through the 150 names. Events 2016 is the second worksheet. Column A5 on the Events 2016 worksheet contains the member name. Column B5 contains the number of events attended by that member. A5:B95 contains the 90 members data. Rows 1 through 4 of the second worksheet contain other data not pertinent to this issue.
Dan Wilson...