index match

bluepenink

Well-known Member
Joined
Dec 21, 2010
Messages
585
Hello

Struggling with my index match formula. In need of some assistance. here is my formula:

=INDEX(Table3,MATCH($C7,'Send vs SWAT 2011'!$C:$C,0),MATCH(G$6,'Send vs SWAT 2011'!$I$6:$DD$219,0),)

it's giving me a N/A error.

Table 3 i defined as $C$6:$DD$219 (where all my data is stored)
C7 = Person's name
C:C = where person's name is found on other worksheet

G6 = P1W1 (or period im looking to get figured for)
column I$6 on the other worksheet contains P1W1, P1W2 etc
I6:DD219 is where all the data is.

any suggestions? pls and thx u!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
im trying to match

Person's name, with the a particular week (i.e. P1W1) to obtain their weekly sold $ amount.

=INDEX(Table3,MATCH($C7,INDEX(Table3,,1),0),MATCH(G6,INDEX(Table3,1,6),0))

I tried this but still not luck

where table 3 = Send vs SWAT 2011'!$C$6:$DD$219

match (C7 = Person's name (Mike Jones), in column 1 aka C where it contains their name)

and then

match (G6 = P1W1, in table 3, in row 1 on column 6.....column 6 = cell (I) where the P1W1 portion starts.


thxs..im sure im making this way to complicated thats why it's messing up
 
Upvote 0
that is showing me a 0, similar to what i was getting.

basically, here is the layout in my workbook where i need the data to come from aka table3


C7 = Person's name
P1W1 $ value for person in C7 = $I$8
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top