Im trying to writer a code to pull all names that have a start time of 11 or greater cell B2 has the following code
What im notice the code is doing is that is recognizing all the "OFF" times as Greater than or equal too 11 Im needing it to Ignore all cells that have "OFF"
Code:
=IFERROR(INDEX('Bid Results'!$X$6:$X$253,SMALL([B]IF('Bid Results'!$Z$6:$Z$253=>TIME(11,0,0)[/B],ROW('Bid Results'!$Z$6:$Z$253)-ROW('Bid Results'!$Z$6)+1),ROWS('Bid Results'!$Z$6:'Bid Results'!$Z6))),"")
What im notice the code is doing is that is recognizing all the "OFF" times as Greater than or equal too 11 Im needing it to Ignore all cells that have "OFF"