Hi I have a problem.I would like to obtain the amount of times triple sets of numbers appear in a database.I formulated one for pairs of numbers which works fine with this formula. =IF(ISNA(VLOOKUP(Pairs!$A2 & "." &Pairs!C$1,PairStats!$A:$D,4,FALSE)),"",VLOOKUP(Pairs!$A2 & "." &Pairs!C$1,PairStats!$A:$D,4,FALSE)) but it does not seem to work on three can anyone advise were I am going wrong? The layout of the database is like this.
[pre]
[/pre]
Many Thanks for your time
Mike
[pre]
Code:
A,B,C,D,E,F
1,2,3,4,5,6
1,2,3,5,6,7
1,2,3,6,7,8
etc etc etc
Many Thanks for your time
Mike