Hello I am trying to pull in data from 2 different criteria without it collecting any blank cells, only cells with values.
=COUNTIF(IFERROR(INDEX(COLLECT({Range 1 on Second Sheet}, {1st Criteria on Second Sheet}, [1st Criteria on Primary Sheet]@row, {2nd Criteria on Second Sheet}, [2nd Criteria on Primary Sheet]@row, <>""), 1), ""))
I am not sure where I am going wrong. It worked fine when pulling in the first rows of data before I attempted to add in the countif section. It does not bring over the values from additional rows if there are blanks within in the column.
Would anyone have any suggestions?