rocketscientist165
New Member
- Joined
- Jun 19, 2014
- Messages
- 2
I have problems with the VLOOKUP, MATCH, INDEX and ADDRESS commands. I was hoping I could use these instead of a macro.
This is what I want to do:
I have 5 criteria with weights and assigned points. With this I get a result for the given alternative (sumproduct). Now my task is to show what would happen if I changed the weights of the criteria. So I have a column (B) with values from 0% to 50% in columns D,E,F,G and H I have the updated end-result for the new weight. To graph my sensitivity analysis (similar to box plot graph) I need the MIN and MAX values of the range from the original weight +/- 10%.
Let's say the weight of "crit_1" is 27% and the end-result would be 59 points. The Cell with 27% in column B is in Cell "B37", the result in "D37". Now I need the MIN and MAX of Range ("D27:D47"). Manually this works fine. But I can't figure out how to automatically update the range in the MIN/MAX formula if the weight of "crit_1" changes to 5% or other values.
Any ideas?
This is what I want to do:
I have 5 criteria with weights and assigned points. With this I get a result for the given alternative (sumproduct). Now my task is to show what would happen if I changed the weights of the criteria. So I have a column (B) with values from 0% to 50% in columns D,E,F,G and H I have the updated end-result for the new weight. To graph my sensitivity analysis (similar to box plot graph) I need the MIN and MAX values of the range from the original weight +/- 10%.
Let's say the weight of "crit_1" is 27% and the end-result would be 59 points. The Cell with 27% in column B is in Cell "B37", the result in "D37". Now I need the MIN and MAX of Range ("D27:D47"). Manually this works fine. But I can't figure out how to automatically update the range in the MIN/MAX formula if the weight of "crit_1" changes to 5% or other values.
Any ideas?
Last edited: