Beyond VLOOKUP

  • Thread starter Thread starter nebb
  • Start date Start date
N

nebb

I have a table array ,sorted by member’s last name, against which I use
the VLOOKUP worksheet function to locate the name of an individual and
return another piece of data in the array relevant to that individual..

Is there some way that I can check to see if the next name in the array
is the same as the one indicated in my VLOOKUP function?
 
I am not sure what you are asking, but if it is how are you sure it is an
exact match, add a ,False as the last step in the Vlookup function. It will
give you an error if there is not an exact match.
 
Have you tried experimenting with Pivot Tables?
A Pivot Table would group the details by name. The key is to pick any
one of the fields for the Data section and set it to "Count Of"

Exampel: In the Pivot Table setup layout section:
Row: Name, Product, Qty, Discount
Data: Count of Product

Would that help?
Ron
 
Please *don't* multi-post.

See the answer to your first post in the excel group!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vlookups not working 2
Beyond VLOOKUP 1
vlookup 2
Vlookup & "space" vlookup 2
using a defined Name in a function 2
vlookup function returning "na" even though the vlaues are present 2
Vlookup 1
vlookup 7

Back
Top