Hi,
I'm new at vba and have a brain teaser with a table in Excel. I have a table as shown below and assuming that each row is an instance with up to three variable each, (Col 1 being the index number), I need to identify the number of identical instances in total. The table will have a maximum number of 30 rows, but I don't know where to start! Can anyone point me in the right direction?
Col1 Col2 Col3 Col4
1 5 With Red
2 5 With Red
3 5 Without Red
4 5 Without Blue
5 7 Without Red
6 7 Without Blue
7 8 With Red
8 8 With Red
9 8 Without Blue
10 8 Without Red
PDF
I'm new at vba and have a brain teaser with a table in Excel. I have a table as shown below and assuming that each row is an instance with up to three variable each, (Col 1 being the index number), I need to identify the number of identical instances in total. The table will have a maximum number of 30 rows, but I don't know where to start! Can anyone point me in the right direction?
Col1 Col2 Col3 Col4
1 5 With Red
2 5 With Red
3 5 Without Red
4 5 Without Blue
5 7 Without Red
6 7 Without Blue
7 8 With Red
8 8 With Red
9 8 Without Blue
10 8 Without Red