NextYearSox
Active Member
- Joined
- Oct 24, 2003
- Messages
- 287
I am building an analysis with for three confidence levels, and I want to vary some of the cells based on the confidence levels. I'm using the following formula:
=LOOKUP(C1,{"High","Medium","Low"},INT(SUM(G22:G23)*0.1))
which works for the "High" case. What "punctuation" do I need to use to add the forumla's for the other two cases?
=LOOKUP(C1,{"High","Medium","Low"},INT(SUM(G22:G23)*0.1))
which works for the "High" case. What "punctuation" do I need to use to add the forumla's for the other two cases?