![]() |
|
|
|
#1
|
|||
|
|||
|
Thank you this is very helpful, but it is only capturing the max value, which is 3.
A- Location; B- Name; C - number of visits; D - max number of visits 1. Adelaide; Sara Poon; 1;0 2. King; Jason Ex; 2;0 3. Wellington; John Smith; 1 ; 0 4. Bill; John Smith; 1; 0 5. King; Jason Ex; 3; 3 6. Adelaide; Joe Shoe; 2; 0 7. Adelaide; Joe Shoe; 1; 0 8. King; Jason Ex; 1;0 But what I am looking for is to capture is if columns A (location) and B (name) match, then capture the max number of visits D from column C A- Location; B- Name; C - number of visits; D - max number of visits 1. Adelaide; Sara Poon; 1;1 2. King; Jason Ex; 2;0 3. Wellington; John Smith; 1 ; 1 4. Bill; John Smith; 1; 1 5. King; Jason Ex; 3; 3 6. Adelaide; Joe Shoe; 2; 2 7. Adelaide; Joe Shoe; 1; 0 8. King; Jason Ex; 1;0 |
|
| Tags |
| countifs, match/index, max |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Using IF Function where logical test is for range of values
|
guciolino | Excel | 10 | 02-13-2017 08:05 AM |
select a cluster of point from a range based on x and y values
|
sandcharles | Excel | 5 | 02-19-2015 06:15 AM |
| List Boxes with Values | winter4400 | Word | 5 | 02-19-2013 03:14 PM |
load list box from range in excel
|
Joe Patrick | Word VBA | 8 | 06-07-2011 09:31 AM |
comparing values from a range
|
struct | Excel | 1 | 04-01-2011 07:17 PM |