Index Match not working

NSSKumar

New Member
Joined
Dec 19, 2017
Messages
3
I have an excel sheet where I have different prices for the same product in different currencies and I am using Index Match formula, to reorganize the sheet for ease of calculations, but the result is the same. The result I get is as follows:

[TABLE="width: 318"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]JPY[/TD]
[TD]INR[/TD]
[TD]HKD[/TD]
[/TR]
[TR]
[TD]Product A[/TD]
[TD]2000[/TD]
[TD]2000[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Product C[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Product D[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Product E[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]

My existing excel sheet has details in vertical format like in below:

[TABLE="width: 254"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Product A[/TD]
[TD]JPY[/TD]
[TD="align: right"]2000[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]INR[/TD]
[TD="align: right"]1200[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]HKD[/TD]
[TD="align: right"]128[/TD]
[/TR]
[TR]
[TD]Product B[/TD]
[TD]JPY[/TD]
[TD="align: right"]1800[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]INR[/TD]
[TD="align: right"]1080[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]HKD[/TD]
[TD="align: right"]115.2[/TD]
[/TR]
</tbody>[/TABLE]

Can soneone help? Thanks,
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Repeat Product A for INR and HKD; do the same for Product B.

=SUMIFS(ValueRange,ProductRange,product,CodeRange,code)

should now work.
 
Upvote 0

Forum statistics

Threads
1,225,759
Messages
6,186,863
Members
453,380
Latest member
ShaeJ73

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