Hello,
I'm currently trying to build out a report for myself and I want it to show the count of certain things in each cell that I put these functions in. Right now, I'm having an issue with it counting the value of boxes that are checked in a column, say in the last 7 days.
What I have right now:
=COUNTIF({SHEET REFERENCED}, =ISBOOLEAN(true), =TODAY(-7))
So, what I'm trying to do here is give me the value of all the checked boxes in the referenced column from the last 7 days. So, one problem I'm running into is that I can't also include my date column in the sheet reference because the date column is not next to the column I am getting the value from. Is there a way to reference 2 columns that don't have to be next to each other to get the values I'm looking for?