Look ups or Index Match Match question

b19upj

New Member
Joined
Oct 3, 2014
Messages
34
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have 2 spreadsheets.
The first one has 2 columns
Column 1 is a 'Task Number'
Column 2 is a 'Product Number'

On my other spreadsheet i have the Task numbers running in each column and the product numbers running down the rows to form a sort of empty table/matrix.

How can i look up the figures of the column task number with the row product number from the first spreadsheet and where there is a match for both enter the value "1" therefore populating my table/matrix

TIA
 
Formula in E2 copied down and across:


Excel 2010
ABCDEFGHI
1TaskProductTask1Task2Task3Task4Task5
2Task1Product1Product11
3Task2Product2Product21
4Task3Product3Product31
5Task4Product4Product41
6Task5Product5Product51
Sheet1
Cell Formulas
RangeFormula
E2=IF(ISNUMBER(MATCH(1,INDEX(($A$2:$A$6=E$1)*($B$2:$B$6=$D2),),FALSE)),1,"")
 
Upvote 0
Hi Andrew,

Thanks very much for your reply.
For one reason or another it doesn't seem to be working for me.
I suspect its something wrong my end.

I have thought up a way to do it so thought i'd share.
I simply made a pivot from the 2 columns and then plotted Task as the X, Products as the Y and then a count of the products in the values box.
This produced the matrix i was looking for.

Thanks again

Jason
 
Upvote 0

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