I have a worksheet that has several drop down boxes, the user gets to choose a single value from each list and then a calculation is done in excel on a cell which displays the value of the combination of the users choices.
I need a method to move that value to a different cell in the same worksheet based maybe on "IF" statements, that would conditionally move that value, based on section, row and column headers, example, if the year chosen is 2004, then the value would move to the 2004 column, and also there are about fifteen different drug name values, so it would have to go to that row based on drug name, so finally, there are two sections each with identical row and column names, but the section names are different, one is called "Most Likely" another is called "Optimistic". The move to the cells would have to be done one at a time, because the user only calculates one cell at a time using the drop down boxes. Is there a way to do his, I could create a macro button for the user to click to move it, but I am not sure how to code the move to the cell.
Any suggestions would be highly appreciated.
Michael
I need a method to move that value to a different cell in the same worksheet based maybe on "IF" statements, that would conditionally move that value, based on section, row and column headers, example, if the year chosen is 2004, then the value would move to the 2004 column, and also there are about fifteen different drug name values, so it would have to go to that row based on drug name, so finally, there are two sections each with identical row and column names, but the section names are different, one is called "Most Likely" another is called "Optimistic". The move to the cells would have to be done one at a time, because the user only calculates one cell at a time using the drop down boxes. Is there a way to do his, I could create a macro button for the user to click to move it, but I am not sure how to code the move to the cell.
Any suggestions would be highly appreciated.
Michael