Hi!
I'm hoping someone can help me please.
I have a formula in excel as follows:
I also have a data validation drop down in cell B2 that lists multiple client names.
What I'd like todo is be able to use the drop down in B2 to allow me to change the workbook being referenced in the above formula.
Something such as:
^^ This obviously doesn't work, however I hope it gives an idea what I'm trying to achieve. Ideally I'd also like to use another cell to specify the <code>01 04 2014</code> reference.
Essentially I'm trying to create something like;
Can anyone help please?
I'm hoping someone can help me please.
I have a formula in excel as follows:
Code:
<code>=SUMPRODUCT(('[XXXXX.xlsx]01 04 2014'!$E$2:$E$922=C$7)+0)
</code>
What I'd like todo is be able to use the drop down in B2 to allow me to change the workbook being referenced in the above formula.
Something such as:
Code:
<code>=SUMPRODUCT(('[$B$2.xlsx]01 04 2014'!$E$2:$E$922=C$7)+0)
</code>
Essentially I'm trying to create something like;
Code:
<code>=SUMPRODUCT(('[$B$2.xlsx]$C$3'!$E$2:$E$922=C$7)+0)
</code>