Hello I am trying to pull two different names within the same column while pull from another column for example also using importrange.
=query(IMPORTRANGE("https://docs.google.com/spreadsheets/","Department Import!A:N"),"select * where Col7='Josh' Col7=""Da'rone"" and Col1=2022 ")
I keep getting an error with pulling from col7.