I'm interested in modifying the below equation:
=VLOOKUP($A$1,'High Level Costs, Capital'!$A$21:$I$35,MATCH($D3,'High Level Costs, Capital'!$A$21:$I$21,0),FALSE)*F3
I would like to have a check box or some variation (I'm open to recommendations). Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Source 1[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Source 2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Let's say I check the box labeled "Source 1". I would want the formula above to use the value in F3 (as highlighted and bolded in red). If I put a check in the box labeled "Source 2" then I would want use the value in G3.
This formula is listed in T3:T67.
Note: I have worksheets with identical organization and format (e.g., all the formulas are in the same boxes), but only the data is different. I would like that requested check box feature to apply to all these worksheets so that the data sources change on every worksheet. The worksheets are called: 2009 Summary, 2010 Summary, 2011 Summary, 2012 Summary, 2013 Summary, 2014 Summary, 2015 Summary).
I prefer not to use VBA or any advanced coding if possible.
Let me know if I can provide further information. Thanks in advance for your help and furthering my Excel knowledge.
=VLOOKUP($A$1,'High Level Costs, Capital'!$A$21:$I$35,MATCH($D3,'High Level Costs, Capital'!$A$21:$I$21,0),FALSE)*F3
I would like to have a check box or some variation (I'm open to recommendations). Example below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Source 1[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Source 2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Let's say I check the box labeled "Source 1". I would want the formula above to use the value in F3 (as highlighted and bolded in red). If I put a check in the box labeled "Source 2" then I would want use the value in G3.
This formula is listed in T3:T67.
Note: I have worksheets with identical organization and format (e.g., all the formulas are in the same boxes), but only the data is different. I would like that requested check box feature to apply to all these worksheets so that the data sources change on every worksheet. The worksheets are called: 2009 Summary, 2010 Summary, 2011 Summary, 2012 Summary, 2013 Summary, 2014 Summary, 2015 Summary).
I prefer not to use VBA or any advanced coding if possible.
Let me know if I can provide further information. Thanks in advance for your help and furthering my Excel knowledge.