Is it possible to set the following Index-Match formula to look for every 6th value in the column E? Perhaps it's just the matter of using OFFSET?
Current formula:
=INDEX(E2:E10,MATCH(1,(C13=C2:C10)*(D13=D2:D10),0))
I have 3 columns,
Column D C E
2.30% 3 £3,868.86
2.30% 10 £3,736.99
2.30% 3 £3,868.86
2.30% 2 £3,906.51
2.30% 5 £3,807.84
2.30% 2 £3,906.51
2.30% 10 £3,736.99
2.30% 2 £3,906.51
2.30% 2 £3,906.51
2.30% 5 £3,807.84
2.30% 5 £3,807.84
2.30% 10 £3,736.99
2.30% 3 £3,868.86
1.30% 3 £3,685.60
I am using Index and Match function to find which Interest Rate and Deposit % leads to Result in Column E. I need to use my formula on every 6th cell, which will then display selected cells from Column E in any other column.