Hi, I am trying to query certain data based on the month listed in the date in Column D. Could someone please advise what I need to change about this the below query...
=query('Form Responses 1'!A1:D, " select A,B,C,D where A is not null and D is month('Column Header', dec) format C '$#,00.00' ",1)
Thanks in advance.