Associate
- Joined
- 5 Sep 2008
- Posts
- 870
Ive got this formula for working out risks for a project at work.
=LOOKUP(SUM(LOOKUP(A1,{"","0-5","6-10","11-20","20-50","50+"},{0,1,2,3,4,5}),LOOKUP(B1,{"","Negligible","Minor","Serious","Major","Fatality"},{0,1,2,3,4,5}), LOOKUP(C1,{"","Improbable","Possible","Occasional","Frequent","Certainty"},{0,1,2,3,4,5})),{0,9},{"Low","High"})
The idea is thaqt if the value of the three colums when multiplied together is less than nine then it would display 'low', higher than 9 would be 'high'
However i think the lookup is adding rather than multiplying.
What have i missed
=LOOKUP(SUM(LOOKUP(A1,{"","0-5","6-10","11-20","20-50","50+"},{0,1,2,3,4,5}),LOOKUP(B1,{"","Negligible","Minor","Serious","Major","Fatality"},{0,1,2,3,4,5}), LOOKUP(C1,{"","Improbable","Possible","Occasional","Frequent","Certainty"},{0,1,2,3,4,5})),{0,9},{"Low","High"})
The idea is thaqt if the value of the three colums when multiplied together is less than nine then it would display 'low', higher than 9 would be 'high'
However i think the lookup is adding rather than multiplying.
What have i missed