chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Hello,
I am hoping I could get some assistance with a formula in google sheets. I want to use an index/match formula, to return a value should it match two values in my current sheet. I currently am using this formula:
=iferror(index(Sheet1!$F$1:$F$500,match(D246,arrayformula(Sheet1!$A$1:$A$500),0)),"")
This does return the value I want. However, now i want to match two values: D246 and F246. Is there a way to incorporate this in the existing formula? Both will be found in the same range: Sheet1!$A$1:$A$500
Thank you.
I am hoping I could get some assistance with a formula in google sheets. I want to use an index/match formula, to return a value should it match two values in my current sheet. I currently am using this formula:
=iferror(index(Sheet1!$F$1:$F$500,match(D246,arrayformula(Sheet1!$A$1:$A$500),0)),"")
This does return the value I want. However, now i want to match two values: D246 and F246. Is there a way to incorporate this in the existing formula? Both will be found in the same range: Sheet1!$A$1:$A$500
Thank you.