Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a large spreadsheet model that essentially has 10
inputs and 1 output. I'd like to create a second spreadsheet set up with hundreds of rows where each column represents 1 input and the 11th column represents the output. How in the world would i do this? thanks, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can your spreadsheet model be converted to a custom formula in VBA?
If it's not too complex then that might be the best approach. Tim "Neil" wrote in message ... i have a large spreadsheet model that essentially has 10 inputs and 1 output. I'd like to create a second spreadsheet set up with hundreds of rows where each column represents 1 input and the 11th column represents the output. How in the world would i do this? thanks, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Unfortunately not. It's a pretty long complicated set of
formula's NPV's etc etc etc. Neil -----Original Message----- Can your spreadsheet model be converted to a custom formula in VBA? If it's not too complex then that might be the best approach. Tim "Neil" wrote in message ... i have a large spreadsheet model that essentially has 10 inputs and 1 output. I'd like to create a second spreadsheet set up with hundreds of rows where each column represents 1 input and the 11th column represents the output. How in the world would i do this? thanks, . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then maybe the best approach would be to have a macro populate the 11th
column by linking the model inputs in turn to each of the 10 inputs on each row. The output would not be "live" in that changing the inputs in the multi-row sheet would require re-running the procedure to update the output column. If you needed this to be automatic then you could try hooking the refresh to the sheet change event. Tim. "Neil" wrote in message ... Unfortunately not. It's a pretty long complicated set of formula's NPV's etc etc etc. Neil -----Original Message----- Can your spreadsheet model be converted to a custom formula in VBA? If it's not too complex then that might be the best approach. Tim "Neil" wrote in message ... i have a large spreadsheet model that essentially has 10 inputs and 1 output. I'd like to create a second spreadsheet set up with hundreds of rows where each column represents 1 input and the 11th column represents the output. How in the world would i do this? thanks, . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple inputs on a spreadsheet | Excel Discussion (Misc queries) | |||
Can I have a formula with inputs from multiple pages? | Excel Worksheet Functions | |||
table lookup with two inputs one output | Excel Worksheet Functions | |||
Multiple inputs one output | Excel Discussion (Misc queries) | |||
One cell takes multiple inputs | Excel Discussion (Misc queries) |