I am attempting to create an intuitive formula with IF and it will not work. I am not sure I am using the right Function or formula. I am trying to create a formula that can adjust scoring automatically when the data in A9,B9,C9, and D9 are changed. and display the result in D12.
=IF(D9<A9,"0",IF(D9>=A9,".8",IF(D9>=B9,".9",IF(D9>=C9,"1"))))