Multiple Search from 4 different criterias

Coachmannyz8

New Member
Joined
Feb 28, 2018
Messages
9
My formula is currently looking at 2 criterias; however, I need to add 2 more criterias to complete my search.

How can I modify or simply my formula?:confused: i tried different combinations and none seem to work.

My formula now;

=IF(ISERROR(INDEX('CPI Data 306 Detail Rpt'!A3:AC5460,SMALL(IF('CPI Data 306 Detail Rpt'!A3:A54560=O3,ROW('CPI Data 306 Detail Rpt'!A3:A5460)),ROW(1:1)),17)),"",INDEX('CPI Data 306 Detail Rpt'!A3:AC5460,SMALL(IF('CPI Data 306 Detail Rpt'!H3:H5460=M5,ROW('CPI Data 306 Detail Rpt'!A3:AC5460)),ROW(1:1)),8))

:)
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
With Countifs() you can use well over 4 criteria using the parameters countifs(range1, criteria1, range2, criteria2, range3, criteria3, range4, criteria4)
 
Upvote 0

Forum statistics

Threads
1,214,639
Messages
6,120,679
Members
448,977
Latest member
dbonilla0331

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