Excel feature to iteratively change some input cells values and store sheet calculation output in other range (without macro)

gifariz

Board Regular
Joined
May 2, 2021
Messages
112
Office Version
  1. 365
Platform
  1. Windows
Hi all.
So I have a calculation sheet with input and output in some cells. And I have list of inputs (and initially empty outputs).
I want to do iteration by changing input cells from the input list, then calculate sheet, then store output values to the output list.
I need to do this without macro because our office often have this situation (with different calculation sheet and input list), so not easy to make macro all the time.
I knew there was excel feature for this, but not sure what is the name, something like Scenario or Table (but not Table as of ListObject).
Can someone help me how to do this?
TIA
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I found the solution: using Data Table.
Data Table only takes one/two inputs and one output.
But we can make table of multiple inputs and outputs, then use the index as one input variable and combine multiple outputs into one text for output of Data Table.
All inputs in calculation sheet will change according to the index variable by VLOOKUP or similar way. We can get multiple outputs by TEXTSPLIT the combined text output.
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,770
Members
449,049
Latest member
greyangel23

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