When I try to add more ranges to my formula I get the error 'too many arguments for this function' could somebody tell me how to achieve the following;

=IFERROR(INDEX(Monday!$G$47:$I$47,MATCH(MIN(IF(Monday!$G$48:$I$68=INDEX(Monday!$B$3:$K$3,MATCH(Sheet1!A2,Monday!$B$4:$K$4,0)),COLUMN(Monday!$G$48:$I$68)-1)),COLUMN(Monday!$G$48:$I$68)-1,0)),"Holiday")

I basically need to change the bits in bold so that they include; B3:K3, A10:K10, B17:H17, B24:H24 and B4:K4, A11:K11, B18:H18, B25:H25. How do I achieve this?

Thanks in advanced.