crowncontent
New Member
- Joined
- Feb 23, 2011
- Messages
- 7
Hi,
Not sure if VLOOKUP is the proper function for this, but I am trying to generate a list based on multiple search results. Basically, I have a list of book purchases that look like this --
NAME --- Book Purchased
John --- Book A
John --- Book B
John --- Book C
Greg --- Book A
Greg --- Book C
Fred --- Book C
Mark --- Book A
What I would like done is arrange it in the following format --
Name --- Book A --- Book B --- Book C
John --- YES ------ YES ------ YES
Greg --- YES ------ NO ------- YES
Fred --- NO ------- NO ------- YES
Mark --- YES ------ NO ------- NO
I was trying to use VLOOKUP but it would only return the first value seen. Is there a way I can make it search the entire listing, then return a "YES" or "NO" if a particular person has purchased a book?
Not sure if VLOOKUP is the proper function for this, but I am trying to generate a list based on multiple search results. Basically, I have a list of book purchases that look like this --
NAME --- Book Purchased
John --- Book A
John --- Book B
John --- Book C
Greg --- Book A
Greg --- Book C
Fred --- Book C
Mark --- Book A
What I would like done is arrange it in the following format --
Name --- Book A --- Book B --- Book C
John --- YES ------ YES ------ YES
Greg --- YES ------ NO ------- YES
Fred --- NO ------- NO ------- YES
Mark --- YES ------ NO ------- NO
I was trying to use VLOOKUP but it would only return the first value seen. Is there a way I can make it search the entire listing, then return a "YES" or "NO" if a particular person has purchased a book?