This is my code with a picture of my smartsheets filter as well:
=COUNTIFS({GDP Project Tracker Range 5}, "<0.05", {GDP Project Tracker Range 2}, "Portable", {GDP Project Tracker Range 6}, YEAR(@cell) = 2024, {GDP Project Tracker Range 3}, OR(@cell = "Active", @cell = "Launched", @cell = "Planned")) + COUNTIFS({GDP Project Tracker Range 5}, "<0.05", {GDP Project Tracker Range 2}, "Portable", {GDP Project Tracker Range 7}, YEAR(@cell) = 2024, {GDP Project Tracker Range 3}, OR(@cell = "Active", @cell = "Launched", @cell = "Planned"))
I need the code to result how many rows all of the following criteria match up with.
- Look for it to be a portable
- look for it to be less then 5%
- need it to be within the year 2024
- need it to be an active, planned, or launched project
Unfortunately, I should be getting a value of 3 where using this I get a value of 6. Not sure if there is something wrong or what it is! Any help would be appreciated!