Hi there.. I'm trying to use my existing formula to check multiple sheets for 'yes' in a certain column. This formula works perfectly for 1 sheet (jan),.. but I need it to check everything month (each month per sheet) and then load the row.
formula:
=IFERROR(INDEX(Jan!A$4:A$250,SMALL(IF(Jan!$M$4:$M$250="yes",ROW(Jan!$A$4:$A$250)-ROW(Jan!$A$4)),ROW(1:1))),"")
Solved by M. J. in 12 mins