Find rows/groups with unique values and return

rajamdade

New Member
Joined
Jun 14, 2014
Messages
35
Office Version
  1. 2016
Platform
  1. Windows
I am having 127 columns and 405 rows. A row consist of a group and column has individual (value of the cell consist of = "Unique accession | individual name or Species") as given below.

GroupsIndividuals
(Unique accession | individual name or Species)
Group[ 0 ]FN13|Olea_europaeaFN13|Olea_europaea
Group[ 1 ]EF17|Codium_arabicumEF18|Codium_arabicum
Group[ 2 ]EF11|Codium_duthieaeEF12|Codium_duthieaeEF19|Codium_arabicum
Group[ 3 ]JN37|Rhazya_stricta

<tbody>
</tbody>

In result section, I need to have comments as below by matching the species column to the table:

If Same species are grouped together and not found in any other group then : TRUE

If Same species are grouped together but also found in other group then : AMBIGUOUS

If Multiple species are grouped together then : INCORRECT

If only one individual of representative species, this species in not in any other group then : SINGLETON

Species listComment (Result)
Codium_arabicumAMBIGUOUS
Codium_duthieaeINCORRECT
Olea_europaeaTRUE
Rhazya_strictaSINGLETON

<tbody>
</tbody>

Kindly, suggest formula to comment as above.
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,213,536
Messages
6,114,202
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top