Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Okay lets say you have a workbook with multiple worksheets. On sheet 1, cell
A1 you have a cell that is for "sling load" it is a number. However, you calculate this number by using a series of formulas on sheet 2. There are multiple cells involved in calculating the sling load with the final result in one of 6 cells on sheet 2. Therefore I cannot simply use A1 = sheet 2(cell) because it could be one of many. Now, on sheet 2 you have 6 lifting arrangements to choose from to calculate your sling load. Each arrangment uses multiple formulas to end up with a final total load in one cell. Is there a way to use some kind of button to where if the user of the worksheet clicks the button it will automatically transfer/copy that number to the desired cell on sheet 1? Thanks, Neil |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To summarize: sheet2 contains a number of formulas, one of which
performs the proper calculation to determine the sling load. Sheet1 cell A1 needs to display the result of the proper formula from sheet2. Do I have that right? If so, you might set up a new column on sheet2 with a header "Correct sling load calc" such that the new column is right next to the output of the 6 formulas. Then enter an X next to the correct formula, and set up Sheet1!A1 as a VLOOKUP formula that returns a value from sheet2 if there is an X next to it. Is that feasible, or even in the right ballpark? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave is right on assumption.
The problem is that the formulas would only be one of the 6 choices and they are scattered throughout the sheet due inserted diagrams to assist in calculations. I could set up a column outside the print area where I could placed 6 cellseach equaling one of the formulas and then do a vlookup maybe. Let me play around with it a little "Dave O" wrote: To summarize: sheet2 contains a number of formulas, one of which performs the proper calculation to determine the sling load. Sheet1 cell A1 needs to display the result of the proper formula from sheet2. Do I have that right? If so, you might set up a new column on sheet2 with a header "Correct sling load calc" such that the new column is right next to the output of the 6 formulas. Then enter an X next to the correct formula, and set up Sheet1!A1 as a VLOOKUP formula that returns a value from sheet2 if there is an X next to it. Is that feasible, or even in the right ballpark? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This would be a manual effort, but may lead to a better idea. For each
of the 6 output cells on sheet 2, apply a named range. In Sheet1!A1, type in the named range of the applicable formula. Maybe? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it always one of the six numbers on sheet 2, if so, how do you determine
which one of the six to bring over to sheet 1? "Neil M" wrote: Okay lets say you have a workbook with multiple worksheets. On sheet 1, cell A1 you have a cell that is for "sling load" it is a number. However, you calculate this number by using a series of formulas on sheet 2. There are multiple cells involved in calculating the sling load with the final result in one of 6 cells on sheet 2. Therefore I cannot simply use A1 = sheet 2(cell) because it could be one of many. Now, on sheet 2 you have 6 lifting arrangements to choose from to calculate your sling load. Each arrangment uses multiple formulas to end up with a final total load in one cell. Is there a way to use some kind of button to where if the user of the worksheet clicks the button it will automatically transfer/copy that number to the desired cell on sheet 1? Thanks, Neil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
Sort pages? | Excel Discussion (Misc queries) | |||
How do I transfer data between Excell sheets? | Excel Worksheet Functions | |||
Multiple worksheet queries | Excel Worksheet Functions |