Looking for formula to extract unique values/distinct values in row A2:A116 to D2:D5 for list of companies in column A and B2:B20 in column B to E2:E4 in excel. See sample Excel file. Desired results in green color.
Thanks
Looking for formula to extract unique values/distinct values in row A2:A116 to D2:D5 for list of companies in column A and B2:B20 in column B to E2:E4 in excel. See sample Excel file. Desired results in green color.
Thanks
"D2"Formula:
Please Login or Register to view this content.
"E2"Formula:
Please Login or Register to view this content.
By pressing SHIFT+CTRL+ENTER
This as per your requirement.
But i don't understand your logic : "Abaco Air" mentioned year 2000, 2001, 2002, what about rest. Those is blank.
atul
If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.
Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".
avk: thanks alot for the formula. it is working but are you able to provide the non-array index formula to extract the same data? Non-array is preferable.
Non-array
In D2
=IFERROR(LOOKUP(2,1/(COUNTIF($D$1:D1,$A$2:$A$116)=0),$A$2:$A$116),"")
In E2
=IFERROR(LOOKUP(2,1/(COUNTIF($E$1:E1,$B$2:$B$20)=0),$B$2:$B$20),"")
Copy down
Life's a spreadsheet, Excel!
Say thanks, Click *
Another option
=IFERROR(INDEX($A$2:$A$116,MATCH(0,INDEX(COUNTIF($D$1:D1,$A$2:$A$116),0),0)),"")
and
=IFERROR(INDEX($B$2:$B$20,MATCH(0,INDEX(COUNTIF($E$1:E1,$B$2:$B$20),0),0)),"")
Hi All,
I have values in a row from A to G as 10 20 30 10 40 20 30. I want unique values separated with 10,20,30,40. Help me with the formule.
Thanks
Hi All,
I have values in a row from A to G as 10 20 30 10 40 20 30. I want unique values as 10,20,30,40 in column H. Help me with the formula.
Thanks
Administrative Note:
Hello ymovies0 and Welcome to Excel Forum.
We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.
Please see Forum Rule #4 about hijacking and start a new thread for your query.
If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
Let us know if you have any questions.
Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks