My situation:
I have one overview sheet for the end user.
I have per brand - in total 10 brands - a different calculation sheet, named
"calculation brand X" (X = brandname)
My question:
Can I make a code that if the enduser selects brand X Excel picks a cell
from sheet" Calculation brand X". I know I can do it with mulitple IF
clauses, but I would rather have an more clear alternative. I assume this is
rather easy but I do not find it. Can some one help me?
Tx,
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguil...@austin.rr.com
"Victorinox" <Victo...@discussions.microsoft.com> wrote in message
news:D370B18B-5478-458C...@microsoft.com...
=INDIRECT("'Calculation Brand "&A1"'!K20")
This will return the result in cell K20 on the worksheet named
"calculation brand X" where X is the value in cell A1.
Cordially,
Chip Pearson
Microsoft MVP 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com
[email on web site]
"Victorinox" <Victo...@discussions.microsoft.com> wrote in message
news:D370B18B-5478-458C...@microsoft.com...