INDEX Formula on multiple criteria (Google Sheets)

ryansm05

Board Regular
Joined
Sep 14, 2016
Messages
148
Office Version
  1. 365
Platform
  1. Windows
Hi,

I need an array like formula that will work with Google Sheets.

It needs to look down two specifics columns and match with set criteria - returning the first value from a third column.

Link below with detailed example if anyone could spare a few mins to help.


Cheers
Ryan
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
What about:

=index(A2:A8,ArrayFormula(match(D1,B2:B8&"-"&C2:C8,0)))

With D1 holding something like: 25-2 or '8-3
 
Upvote 0
Solution
Hi Ryan. I have moved your thread. Please note the highlighted points below.

1613803152084.png
 
Upvote 0

Forum statistics

Threads
1,224,027
Messages
6,175,992
Members
452,694
Latest member
SaruwatariKaito

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