Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Tomkat743
 
Posts: n/a
Default Add a criteria to an Index and Match formula

=INDEX(Sheet1!$A$1:$B$44,MATCH(I11,Sheet1!$A$1:$A$ 44,0),2)
How can I tell this to pull from column 2 or 3 dependent on criteria it
matches in two different lists? say I have two lists of technician numbers
and this is made to pull a dollar amount that matches a code. I need it to
pull one dollar amount for one list and a different dollar amount for the
second list.

How come no one is answering this post? This is the second time i've posted
this and no response. The first time I posted it to Excel programming. Am I
not explaining it well enough?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default Add a criteria to an Index and Match formula

It would be clearer with some sample data

Regards
--
AP

"Tomkat743" a écrit dans le message de
...
=INDEX(Sheet1!$A$1:$B$44,MATCH(I11,Sheet1!$A$1:$A$ 44,0),2)
How can I tell this to pull from column 2 or 3 dependent on criteria it
matches in two different lists? say I have two lists of technician numbers
and this is made to pull a dollar amount that matches a code. I need it to
pull one dollar amount for one list and a different dollar amount for the
second list.

How come no one is answering this post? This is the second time i've

posted
this and no response. The first time I posted it to Excel programming. Am

I
not explaining it well enough?



  #3   Report Post  
Posted to microsoft.public.excel.misc
vezerid
 
Posts: n/a
Default Add a criteria to an Index and Match formula

The first argument to INDEX should be replaced by an IF. I.e.:

=INDEX(IF(...,Sheet1!$B$1:$B$44,Sheet1!$C$1:$C$44) ,MATCH(I11,Sheet1!$A$1:$A$44,0),2)


Does this help?

Kostis Vezerides

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
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
Index and Match - the next step MoonWeazel Excel Worksheet Functions 5 October 27th 05 05:43 PM
index match formula andrewm Excel Worksheet Functions 3 July 22nd 05 08:36 AM
How to add in an array formula if iisna index match taxmom Excel Worksheet Functions 4 March 15th 05 01:51 PM


All times are GMT +1. The time now is 11:13 PM.

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"