A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Share some data, describe the question and show the expected result.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I add an "OR" function to an array formula?
This is my formula that is currently working:
IFERROR(INDEX(Sheet1!$A$2:$A$301, SMALL(IF(Sheet1!$C$2:$C$301=$P2, ROW(Sheet1!$C$2:$C$301)-1,""),COLUMNS($Z$1:Z2))),"")
Currently, on Sheet1, the formula is reading Column A. I would like to add an 'or' function to this same formula and read Column B.
P2 will have either Column A or Column B info.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi,
Share some data, describe the question and show the expected result.
I posted another question. With that answer, I was able to use a helper column. Therefore, please consider this ticket closed. My apologies for any confusion.