Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 331
Default VLOOKUPS to Count Unique numbers

Can I use a VLOOKUP to return a count of unique values associated with
certain people? Ie. can I use a vlook up to lookup and then count of a number
of unique reference numbers associated with a person called 'John Smith' and
then put it in a particular cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default VLOOKUPS to Count Unique numbers

VLOOKUP() could be part of the solution, but I suspect that MATCH() is going
to be more appropriate.

In either case, the VLOOKUP() or MATCH() is going to stop looking at the
sheet at the first match it finds. So if same name appears on several rows,
you're not going to see any results except from the first one.

You could use MATCH() to return a value that you can equate to a row number.
Then set up up another formula [or use the MATCH() within another formula)
to count other things on the same row. More details on how your data is laid
out and what types of data you're trying to count would really help.


"Greg" wrote:

Can I use a VLOOKUP to return a count of unique values associated with
certain people? Ie. can I use a vlook up to lookup and then count of a number
of unique reference numbers associated with a person called 'John Smith' and
then put it in a particular cell?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count unique numbers Stilin Excel Worksheet Functions 2 September 19th 07 12:04 PM
Count Unique Numbers Averitt Engineer Excel Worksheet Functions 6 February 14th 07 09:26 PM
Count unique numbers for execs DanielJW Excel Discussion (Misc queries) 2 November 29th 05 10:47 AM
summary count of unique numbers Dave Edge Excel Discussion (Misc queries) 5 November 12th 05 12:06 AM
count cells with unique numbers Alex Excel Worksheet Functions 1 February 21st 05 07:46 PM


All times are GMT +1. The time now is 02:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"