Referencing multiple columns on a different sheet
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?
Answers
-
You would require a COUNTIFS not just a COUNTIF
Checkbox are 0 for unchecked, 1 for checked
your today statement needs to be would be Today()-7
-
Thanks Paul!
I'm not as familiar with COUNTIFS. Tried something real quick and seems I have something wrong:
=COUNTIFS({tracker} Scaffold:Scaffold, Checked, Publish Date:Publish Date, Today()-7)
Tracker is the sheet it is referencing.
-
I did get the check boxes to come in correctly, but now the date is blowing it up. Where I'm at so far:
=COUNTIFS({tracker}, =1, [Publish Date]:[Publish Date], <=TODAY(-7))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!