Hello. I am trying to reference the top row's information everytime a new entry/data is inputed into the sheet.
For context, when new data is captured in the form and input into the sheet, I want to be able to use a 'Countif' function to count all the '1s' (yeses) in the top row in the Sheet Summary.
Here is the formula that I'm using that is not working:
=COUNTIF([Are the evaporator coils clean? (1=yes 0=no)]$1:[Electrical components functional? (1=yes 0=no)]$1, "1") / (21)
When a new entry from the form is captured and input into the sheet, it changes the '$1' to '$2'.
Is there a way to always reference the first row's data when new data is input into the sheet...?!