Hi,
Attached table shows list of total degrees, i want once formula reached 30 degrees at any row, from next row it should change lookup value.
I have already mentioned the vlookup position with INDEX + MATCH function the problem is if condition for changing lookup value at every 30 row interval.
My current formula return the FALSE no desired result.
I hope you understand the concept, i did not mention the lookup table because its rage is already given and it will be excessive size to paste here in XL2BB.
The formula is in cell AA11
Thanks & regards.
Attached table shows list of total degrees, i want once formula reached 30 degrees at any row, from next row it should change lookup value.
I have already mentioned the vlookup position with INDEX + MATCH function the problem is if condition for changing lookup value at every 30 row interval.
My current formula return the FALSE no desired result.
Cell Formulas | ||
---|---|---|
Range | Formula | |
X10 | X10 | =Y10+TIME(,$F$219,$E$219) |
Y10 | Y10 | =X7 |
Z10 | Z10 | =K219 |
X11:X79 | X11 | =IF(X10<$V$7,Y11+TIME(,$F$219,$E$219),"") |
Y11:Y79 | Y11 | =X10+TIME(,,1) |
AA10 | AA10 | =D219 |
AA11 | AA11 | =IF(AND(V10<30,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=30<60,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=60<90,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=90<120,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=120<150,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=150<180,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1))=IF(AND(V10>=180<210,AA10=D219),AA10,INDEX($D$219:$D$230,MATCH(AA10,$D$219:$D$230,0)+1)) |
V10 | V10 | =W10 |
V11:V79 | V11 | =V10+W11 |
I hope you understand the concept, i did not mention the lookup table because its rage is already given and it will be excessive size to paste here in XL2BB.
The formula is in cell AA11
Thanks & regards.