I am in the process of making a spreadsheet which help work out some figure for me.
I had a working formula but then had to move some columns around.
I adjusted all the refs within the formula so column D becomes column K, etc.
But now the formula does not give the same answer as it did before.
Would anyyone be able to see what I am doing differently?
COlum J5 and W5 should both come to 3944
EXAMPLE 1: WORKING
EXAMPLE 2: NOT WORKING
I had a working formula but then had to move some columns around.
I adjusted all the refs within the formula so column D becomes column K, etc.
But now the formula does not give the same answer as it did before.
Would anyyone be able to see what I am doing differently?
COlum J5 and W5 should both come to 3944
EXAMPLE 1: WORKING
ENG_LLP_Template_V1.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | |||
3 | THRUST CYCLE LIMITS | CYCLE LIFE USED @ | |||||||
4 | a | b | c | a | b | c | a | ||
5 | 30,000 | 24,900 | 20,100 | 15,220 | 0 | 7,260 | 3944 | ||
POPULATE THIS TAB |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J4 | J4 | =D4 |
J5:J51 | J5 | =IF(ISNUMBER(D5:D51),IF(ISNUMBER(G5:G51),IFERROR(TEXT(D5:D51*(1-(($G$5:$G$51/$D$5:$D$51)+($H$5:$H$51/$E$5:$E$51)+($I$5:$I$51/$F$5:$F$51))),"#"),""),""),"") |
Dynamic array formulas. |