Hi all,
I have been recently learning more and more about arrays to implement into my spreadsheets and now have them functioning!
What I cannot seem to figure out is how to set the criteria for an array to function if it is searching for a certain portion of a cell, not the entire cell. Below is one of my formulas. I'm assuming I need to alter something in the "IF" portion of the formula but I could be way off hence why I am turning to the experts
=IFERROR(INDEX(SPLITS!A$2:A$1156,SMALL(IF((SPLITS!$A$2:$A$1156='KSE TO KSW'!$A$2)*(SPLITS!$H$2:$H$1156>'KSE TO KSW'!$B$2),ROW(SPLITS!A$2:A$1156)-ROW(SPLITS!A$2)+1),ROWS(SPLITS!A$2:SPLITS!A2))),"")
So basically, I am hoping to input a value into sheet 'KSE TO KSW" cell B2 and it will pull any row that contains the value of B2 from Sheet "Splits" A2:A1156. Right now, I can only get it to function if I do equal to, less than, or greater than.
Thanks in advance for your help!
I have been recently learning more and more about arrays to implement into my spreadsheets and now have them functioning!
What I cannot seem to figure out is how to set the criteria for an array to function if it is searching for a certain portion of a cell, not the entire cell. Below is one of my formulas. I'm assuming I need to alter something in the "IF" portion of the formula but I could be way off hence why I am turning to the experts
=IFERROR(INDEX(SPLITS!A$2:A$1156,SMALL(IF((SPLITS!$A$2:$A$1156='KSE TO KSW'!$A$2)*(SPLITS!$H$2:$H$1156>'KSE TO KSW'!$B$2),ROW(SPLITS!A$2:A$1156)-ROW(SPLITS!A$2)+1),ROWS(SPLITS!A$2:SPLITS!A2))),"")
So basically, I am hoping to input a value into sheet 'KSE TO KSW" cell B2 and it will pull any row that contains the value of B2 from Sheet "Splits" A2:A1156. Right now, I can only get it to function if I do equal to, less than, or greater than.
Thanks in advance for your help!