crashing1912
New Member
- Joined
- Sep 8, 2011
- Messages
- 19
I am using Excel 2010 and need to display a unique value, based on another unique value.
In my data I have a "Program #", which I was able to narrow down the "Unique Program #" values by using the formula: {=INDEX($H$178:$H$10005,MATCH(0,COUNTIF($N$178:N178,$H$178:$H$10005),0))}
I found the formula online and I'm not sure I fully understand it and I was unable to use figure out if I could use it to complete what I need to do below.
Each "Program #" has a list of "Vehicle" types corresponding to it and I would like to be able to display the unique values of the Vehicle type, based on the Program #.
Ideally, I would like the output to look like the following below:
Program # Vehicle Unique Program # Unique Vehicle Types
42852 car 42852 car truck
42844 truck 42850 car
42850 car 42844 truck suv
42852 truck
42844 suv
I greatly appreciate any feedback.
Thanks!
In my data I have a "Program #", which I was able to narrow down the "Unique Program #" values by using the formula: {=INDEX($H$178:$H$10005,MATCH(0,COUNTIF($N$178:N178,$H$178:$H$10005),0))}
I found the formula online and I'm not sure I fully understand it and I was unable to use figure out if I could use it to complete what I need to do below.
Each "Program #" has a list of "Vehicle" types corresponding to it and I would like to be able to display the unique values of the Vehicle type, based on the Program #.
Ideally, I would like the output to look like the following below:
Program # Vehicle Unique Program # Unique Vehicle Types
42852 car 42852 car truck
42844 truck 42850 car
42850 car 42844 truck suv
42852 truck
42844 suv
I greatly appreciate any feedback.
Thanks!
Last edited: