=filter(query(Vendors!$A$3:$M,"select A,B,C,D,E,F,G,H,I,J,K,L,M",1),Vendors!$L$3:$L = "Invited",Vendors!$I$3:$I - Vendors!$G$3:$G <=$F$6)
I have the above formula that will query and return the results. However in all date columns I get a random number string instead of the date being referenced.
Query Results I tried enabling data validation in one column to fromat as date.
Any advice on how to get the query to return the date instead of this number string? All of the other columns return text and numbers correctly.