View Single Post
 
Old 05-31-2017, 08:27 PM
Rachael Rachael is offline Windows 10 Office 2016
Novice
 
Join Date: May 2017
Posts: 6
Rachael is on a distinguished road
Default Excel formulas

Hi

Thanks for your help.

Can you explain what the new formula is doing and how it is allowing the sort to work correctly?

I have pasted in the two new formulas and copied down, but only about half the values are showing as correct when sorted by either of these two columns.

Is this because of the formulas in the yellow columns "bridge length" and "earthworks allowance" (in the example above) need adjusting too?

ie. if you enter in a value for bridge length or earthworks allowance on 'Cost Summary' the corresponding column in 'Evaluation' performs a True/False function. This provides a value used in the total score calculation.

=IF('Cost Summary'!H2=0,0,IF(AND('Cost Summary'!H2>=1,'Cost Summary'!H2<=6),-2,IF('Cost Summary'!H2>6,-3,Select Bridge Length)))

=IF('Cost Summary'!J2="Nominal",0,IF('Cost Summary'!J2="Minor",-1,IF('Cost Summary'!J2="Moderate",-2,IF('Cost Summary'!J2="Substantial",-3,"Select Earthworks Allowance"))))
Reply With Quote