Formula check

MiniFav

Board Regular
Joined
Mar 10, 2020
Messages
81
Office Version
  1. 365
Platform
  1. Windows
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

ENG_LLP_Template_V1.xlsx
DEFGHIJ
3THRUST CYCLE LIMITSCYCLE LIFE USED @
4abcabca
530,00024,90020,10015,22007,2603944
POPULATE THIS TAB
Cell Formulas
RangeFormula
J4J4=D4
J5:J51J5=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.
EXAMPLE 2: NOT WORKING
ENG LLP Template V2.xlsx
KLMQRSW
3THRUST CYCLE LIMITSCYCLE LIFE USED @
4ABCABCA
530,00024,90020,10015,22007,2600
POPULATE THIS TAB
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
for me both worked :
Book1
DEFGHIJKLMQRSW
3THRUST CYCLE LIMITSCYCLE LIFE USED @THRUST CYCLE LIMITSCYCLE LIFE USED @
4abcabcaABCABCA
53000024900201001522007260394430000249002010015220072603944
Sheet1
Cell Formulas
RangeFormula
J4J4=D4
J5:J51J5=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))),"#"),""),""),"")
W4W4=K4
W5:W51W5=IF(ISNUMBER(K5:K51),IF(ISNUMBER(Q5:Q51),IFERROR(TEXT(K5:K51*(1-(($Q$5:$Q$51/$K$5:$K$51)+($R$5:$R$51/$L$5:$L$51)+($S$5:$S$51/$M$5:$M$51))),"#"),""),""),"")
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top