G
Good Try
Please help.
I have a sheet that contains a 2D array (12 columns by 11 rows) called
'Bonus_Percentage'. In the left column is a list of 11 Job titles. Across
the top is a list of months (Jan - Dec) Each row in the array is named
according to the Job Title. Each Column is named according to the Month.
In this way I can specify a formula in the form '=Job_Title Month' to return
the appropriate bonus percentage.
On a separate sheet in the same book, I have a list of Employees. One
column in this list allows the user to enter a job title for an employee.
The user can only enter a job title that exists in the Job Titles Column on
the first sheet. Based on the user's entry, I am trying to return the
appropriate Bonus_Percentage. If I enter '=Supervisor Jan', I get the
correct result. If I enter '=INDIRECT(D10) Jan' where D10 contains the
string 'Supervisor', I get #REF.
How would I make this formula return the appropriate intersection of month
and job title, without knowing the specific Job_title before it is entered?
--
Kerry Carroll
Please remove the spaces from the following address if you need to reply to
me directly
kerry . carroll @ cinbell . com
I have a sheet that contains a 2D array (12 columns by 11 rows) called
'Bonus_Percentage'. In the left column is a list of 11 Job titles. Across
the top is a list of months (Jan - Dec) Each row in the array is named
according to the Job Title. Each Column is named according to the Month.
In this way I can specify a formula in the form '=Job_Title Month' to return
the appropriate bonus percentage.
On a separate sheet in the same book, I have a list of Employees. One
column in this list allows the user to enter a job title for an employee.
The user can only enter a job title that exists in the Job Titles Column on
the first sheet. Based on the user's entry, I am trying to return the
appropriate Bonus_Percentage. If I enter '=Supervisor Jan', I get the
correct result. If I enter '=INDIRECT(D10) Jan' where D10 contains the
string 'Supervisor', I get #REF.
How would I make this formula return the appropriate intersection of month
and job title, without knowing the specific Job_title before it is entered?
--
Kerry Carroll
Please remove the spaces from the following address if you need to reply to
me directly
kerry . carroll @ cinbell . com