SomethngWicked
Board Regular
- Joined
- Feb 18, 2015
- Messages
- 80
Hi All -
I have a range of data spanning four columns. In these four columns, there are values that are similar.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bill[/TD]
[TD]Chris[/TD]
[TD]John[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Bill[/TD]
[TD]Chris[/TD]
[TD]Charles[/TD]
[/TR]
[TR]
[TD]Daniel[/TD]
[TD]Daniel[/TD]
[TD]Daniel[/TD]
[TD]Mark[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[TD]Michael[/TD]
[TD]James[/TD]
[TD]Steve[/TD]
[/TR]
[TR]
[TD]Ed[/TD]
[TD]Kevin[/TD]
[TD]Jason[/TD]
[TD]Gary[/TD]
[/TR]
[TR]
[TD]Larry[/TD]
[TD]Jeffrey[/TD]
[TD]Steve[/TD]
[TD]Ed[/TD]
[/TR]
</tbody>[/TABLE]
One of the primary characteristics of this data is that one name will not be present in all four columns. So, for example, "Daniel" is in Columns 1, 2, and 3, but he will never exist in Column 4.
I need some way to conditionally format this information to see where these gaps are located. For example, "Bill" is in Column 1 and 2, but how can I know that he's not in columns 3 and 4? I know "Larry" is in column 1, but how can find out if he's in any other column? I need to standardize this list so these names are present in all four columns. The data in each column varies as Column B has 1364 values and Column D has 471.
I'm thinking there may be a conditional formatting solution, but I'm not sure what the best route to use for mapping this data, Appreciate any help!
I have a range of data spanning four columns. In these four columns, there are values that are similar.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Bill[/TD]
[TD]Chris[/TD]
[TD]John[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD]Bill[/TD]
[TD]Chris[/TD]
[TD]Charles[/TD]
[/TR]
[TR]
[TD]Daniel[/TD]
[TD]Daniel[/TD]
[TD]Daniel[/TD]
[TD]Mark[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[TD]Michael[/TD]
[TD]James[/TD]
[TD]Steve[/TD]
[/TR]
[TR]
[TD]Ed[/TD]
[TD]Kevin[/TD]
[TD]Jason[/TD]
[TD]Gary[/TD]
[/TR]
[TR]
[TD]Larry[/TD]
[TD]Jeffrey[/TD]
[TD]Steve[/TD]
[TD]Ed[/TD]
[/TR]
</tbody>[/TABLE]
One of the primary characteristics of this data is that one name will not be present in all four columns. So, for example, "Daniel" is in Columns 1, 2, and 3, but he will never exist in Column 4.
I need some way to conditionally format this information to see where these gaps are located. For example, "Bill" is in Column 1 and 2, but how can I know that he's not in columns 3 and 4? I know "Larry" is in column 1, but how can find out if he's in any other column? I need to standardize this list so these names are present in all four columns. The data in each column varies as Column B has 1364 values and Column D has 471.
I'm thinking there may be a conditional formatting solution, but I'm not sure what the best route to use for mapping this data, Appreciate any help!
Last edited: