Hello,
I'm still fairly new to functions but I'm trying to create a function that will provide a count based off criteria for multiple columns in one sheet. I know that I need to choose "reference another sheet" for each column but I cannot seem to get the function correct. I've tried almost every combination but basically I have a set of criteria for the first column and a set of criteria for the second column and based off of that I want a number to produce.
Here's the latest that I've tried.
=COUNTIF({Hierarchy}, 1, [{Status}, Complete])
I'm needing the sum of the parent (1) from the hierarchy column ADDED to the sum of In Progress cells in the Status column.
Thanks!