Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Susan
 
Posts: n/a
Default INDEX MATCH formula

I used the Lookup Wizard to create a formula which is
=INDEX('Penalty Table'!$A$7:$F$26, MATCH(1,'Penalty Table'!$A$7:$A$26,),
MATCH(2003,'Penalty Table'!$A$7:$F$7,)). This only works one time.

I am creating a form where the employee enters the contract year, the
practice code number and then hopefully the percentage from the penalty
table is
automatically filled in. There will be several lines where they will be
filling in this information for contract holders. How can I enter this
formula for multiple entries? I think it has something to do with using
Ctrl-Shift-Enter to commit the formula. I don't understand how to use this.

Susan
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Miguel Zapico
 
Posts: n/a
Default INDEX MATCH formula

To make the formulas work for more cell, change the hardcoded lookup values
on the MATCH formulas (1 and 2003 in this case) to cell references, like $A2
or B$5. You may need to play with the $ sign to match you specific layout,
to fix either rows or columns as appropiate.

Hope this helps,
Miguel.

"Susan" wrote:

I used the Lookup Wizard to create a formula which is
=INDEX('Penalty Table'!$A$7:$F$26, MATCH(1,'Penalty Table'!$A$7:$A$26,),
MATCH(2003,'Penalty Table'!$A$7:$F$7,)). This only works one time.

I am creating a form where the employee enters the contract year, the
practice code number and then hopefully the percentage from the penalty
table is
automatically filled in. There will be several lines where they will be
filling in this information for contract holders. How can I enter this
formula for multiple entries? I think it has something to do with using
Ctrl-Shift-Enter to commit the formula. I don't understand how to use this.

Susan

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Susan
 
Posts: n/a
Default INDEX MATCH formula

Miguel,

The values 1 and 2003 as shown in my formula are not constant values. They
are just one example of where the data is pulled from a chart on another
worksheet page made up of practice codes which are numbered in rows (1-18)
and the columns are years 2002-2005. Where the row and column converge is
the percentage, which is the value being transferred to the cell containing
the formula. Do you know how I can get this to work with any combination of
code and year that might get put into a form??

Susan

"Miguel Zapico" wrote:

To make the formulas work for more cell, change the hardcoded lookup values
on the MATCH formulas (1 and 2003 in this case) to cell references, like $A2
or B$5. You may need to play with the $ sign to match you specific layout,
to fix either rows or columns as appropiate.

Hope this helps,
Miguel.

"Susan" wrote:

I used the Lookup Wizard to create a formula which is
=INDEX('Penalty Table'!$A$7:$F$26, MATCH(1,'Penalty Table'!$A$7:$A$26,),
MATCH(2003,'Penalty Table'!$A$7:$F$7,)). This only works one time.

I am creating a form where the employee enters the contract year, the
practice code number and then hopefully the percentage from the penalty
table is
automatically filled in. There will be several lines where they will be
filling in this information for contract holders. How can I enter this
formula for multiple entries? I think it has something to do with using
Ctrl-Shift-Enter to commit the formula. I don't understand how to use this.

Susan

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default INDEX MATCH formula

As Miguel said, use something like

=INDEX('Penalty Table'!$A$7:$F$26, MATCH($A2,'Penalty Table'!$A$7:$A$26,),
MATCH(B$1,'Penalty Table'!$A$7:$F$7,))

play with the cells to get the correct value.

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"Susan" wrote in message
...
Miguel,

The values 1 and 2003 as shown in my formula are not constant values.

They
are just one example of where the data is pulled from a chart on another
worksheet page made up of practice codes which are numbered in rows (1-18)
and the columns are years 2002-2005. Where the row and column converge is
the percentage, which is the value being transferred to the cell

containing
the formula. Do you know how I can get this to work with any combination

of
code and year that might get put into a form??

Susan

"Miguel Zapico" wrote:

To make the formulas work for more cell, change the hardcoded lookup

values
on the MATCH formulas (1 and 2003 in this case) to cell references, like

$A2
or B$5. You may need to play with the $ sign to match you specific

layout,
to fix either rows or columns as appropiate.

Hope this helps,
Miguel.

"Susan" wrote:

I used the Lookup Wizard to create a formula which is
=INDEX('Penalty Table'!$A$7:$F$26, MATCH(1,'Penalty

Table'!$A$7:$A$26,),
MATCH(2003,'Penalty Table'!$A$7:$F$7,)). This only works one time.

I am creating a form where the employee enters the contract year, the
practice code number and then hopefully the percentage from the

penalty
table is
automatically filled in. There will be several lines where they will

be
filling in this information for contract holders. How can I enter

this
formula for multiple entries? I think it has something to do with

using
Ctrl-Shift-Enter to commit the formula. I don't understand how to use

this.

Susan



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with formula statament with a MATCH. DaveO Excel Worksheet Functions 0 February 22nd 06 03:17 PM
lookup? Index? match? formula Richard Excel Discussion (Misc queries) 4 February 22nd 06 01:50 AM
Index and Match Array formula Graham Haughs Excel Worksheet Functions 4 February 16th 06 01:51 AM
Formula Help With MATCH & OFFSET Joe Gieder Excel Worksheet Functions 1 March 2nd 05 10:58 PM
need help with Index, Match and Countif in the same complicated formula HGood Excel Discussion (Misc queries) 0 February 3rd 05 05:34 PM


All times are GMT +1. The time now is 06:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"