Model Output Summary

happyhungarian

Active Member
Joined
Jul 19, 2011
Messages
255
Office Version
  1. 365
Platform
  1. Windows
Hi, I have a model where the user can select from a drop-down menu a list of options to see various results. The result fields that are populated are exactly the same no matter which option the user selects. I was wondering if it's possible to have a separate sheet that will essentially summarize the outputs of all potential drop-down menu selections onto one sheet (one column for each option and each row having the same output category). In essence it's kind of like a data table but with only one input.

Thanks!

Jesse

Edit: And to add some context, the reason this isn't quite so straight forward is that the results are summaries from time based calculations so it wouldn't be as simple as just replicating the results calculations on a summary sheet. The summary will basically need to calculate the results in the background in the same way a data table does. Hope that makes sense!
 
Last edited by a moderator:

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi happyhungarian,

In the sheet summay I would do something like that (see formulas):

Classeur1
ABC
1Drop down listResult 11A
2optionAResult 22A
summaryPage
Cell Formulas
RangeFormula
C1:C2C1=IF($A$2="","",IFERROR(VLOOKUP($B1,tableInfo!$A:$C,MATCH($A$2,tableInfo!$1:$1,0),FALSE),""))
Cells with Data Validation
CellAllowCriteria
A2ListoptionA;optionB


The sheet tableInfo refer as a table looking like this.

Classeur1
ABC
1DatasoptionAoptionB
2Result 11A1B
3Result 22A2B
tableInfo


Hope it help. If not, please provide more information and example with table if possible.

Bests regards,

Vincent
 
Upvote 0

Forum statistics

Threads
1,225,902
Messages
6,187,734
Members
453,437
Latest member
Chexmix

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top