I am currently working with data collected from google forms and am using google sheets. I would like to use ArrayFormula with the following, but an unable to do so, and receive the error message "Array arguments to IF are of a different size". I am referencing cells from the current sheet that I am working in (F2:F for example), and another sheet in the same workbook ('Form Responses 1'!L2:L for example). The arrayformula function seems to work with other IFS formulas I have on this sheet, but not this one. Please help!
=ArrayFormula(IFS(F2:F="","",F2:F="Married student with no children","",F2:F="Married student with children","",(F2:F="Single Student")('Form Responses 1'!L2:L="5th"),"PRTS Apt+1",(F2:F="Single Student")('Form Responses 1'!M2:M="5th"),"Big House",(F2:F="Single Student")('Form Responses 1'!N2:N="5th"),"Manor Apt",(F2:F="Single Student")('Form Responses 1'!O2:O="5th"),"Manor+1",(F2:F="Single Student")*('Form Responses 1'!P2:P="5th"),"Other"))