Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ,
I am trying to run a simulation the data that I have are in the following tables. A3 (A) J3 k3 Profile Area ix P Cond. Cond. L 80x8 12.27 2.43 2.43 TRUE TRUE (B) Profile Area ix p L 70x7 9.4 2.12 7.38 L 80x8 12.27 2.43 9.63 L 90x9 15.52 2.73 12.18 L 100x10 19.15 3.04 15.04 L 110X10 21.15 3.36 16.61 L120X11 25.37 3.66 19.92 1. In table (A) cell (A3) I have a dropdown list that contains 6 choices from (L70*7 to L120*11) 2. Depending on the choice I select from the dropdown list 2 logical arguments are effected Cell (J3) (=IF(I3<=H3,TRUE,FALSE)) and Cell (K3) (=IF(G3<=200,TRUE,FALSE)). 3. In this case the choice of (L80*8) from the dropdown list gives the correct answer as both arguments in cell (J3 & K3) return with the answer (TRUE) which what I want. 4. Is there a way where I can run the 6 choices in the dropdown list like I would in a simulation? 5. Where the simulation starts with the choice (L70*7) and ends with (L120*11). 6. When Both Cells (J3 & K3) gives the answer (TRUE) than the simulation ends. 7. In the example I have given in (3) the simulation will end at (L80*8). The first choice the gives (TRUE) answer. 8. If (False) answer is found in the 6 choices than the simulation ends with L120*11. Best Regards, Sherif |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to set up a simulation | Excel Programming | |||
I need to set up a simulation | Setting up and Configuration of Excel | |||
How can I speed up my VBA simulation?? | Excel Programming | |||
Car assign simulation | Excel Worksheet Functions | |||
Car assign simulation | Excel Programming |