I have a sheet which has a date field. This field is filled in with a date based on the date to which something occurred.
I have helping columns in that same sheet that extracts only the Month, Date, and weekday based on date field. With the "helping columns" on a different sheet which i'm calling "stat sheet" i'm counting how many "Sundays" represented by the number "1" there are in totality so i can graph the weekdays and month of the year.
My question is this.
On my stat sheet, is it possible to do a countif and weekday function in order to get rid of the need of using the "helping columns"
I'm using the following text, can someone please tell me what i'm doing wrong.
=COUNTIF(WEEKDAY({BPD DTU Responses Range 6}), "1")