Multiple results from multiple criteria

Jenna_B

New Member
Joined
Sep 22, 2016
Messages
28
Office Version
  1. 365
Platform
  1. Windows
I am using the following formula but I am getting messed up as I am trying to create two charts. In one chart I want it to show values with a High Quantity and in the other I want it to show values with a high cost.

=INDEX(Inv[Description],SMALL(IF((Inv[Days Since Last]>$J$2)*(Inv[Qty. on hand]>'Report - High Cost'!$K$2)*(Inv[Avg. Cost of Inventory On Hand]>'Report - High Cost'!$L$2),MATCH(ROW(Inv[Days Since Last]),ROW(Inv[Days Since Last])),""),ROW($A$1:$A$1)+3))

The issue I am having is when I filter the main table the value in my charts with the formula change to accommodate the filter. How do I get around that?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Maybe this is the solution?
1634389377968.png

1634389342401.png
 
Upvote 0

Forum statistics

Threads
1,215,651
Messages
6,126,025
Members
449,281
Latest member
redwine77

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