Apologies, its hard to explain, let me try again.
So, I have one main table, (Table 2). In Col A of this table is a long list of different part descriptions. One of which is "Desc1". In Cell, A1 (just a blank cell) I would like to find out the number for the following...
Lookup Col A to find all occurrences of "Desc1". Then, look to other columns to find and count the number of non blank cells.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Col A[/TD]
[TD]Col B[/TD]
[TD]Col C[/TD]
[TD]Col D[/TD]
[TD]Col E[/TD]
[TD]Col F[/TD]
[/TR]
[TR]
[TD]Desc1[/TD]
[TD][/TD]
[TD]date[/TD]
[TD]date[/TD]
[TD]date[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Desc7[/TD]
[TD][/TD]
[TD]date[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Desc1[/TD]
[TD][/TD]
[TD]date[/TD]
[TD]date[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, in an empty cell somewhere, lets say Cell A1, I need to return the following result.
Example,
For Col C, Desc 1 = 2
For Col E, Desc 1 = 1
For Col F, Desc 1 = 0
Hope that makes sense...Thanks for the help