Morning all,
I have three criteria for my countifs formula 1. Must match "U", 2. count only the values "U" above or equal to the date in Main!F5 3. count only the values "U" below or equal to the date in Main!G5
ive been trying to work with index and match but I cannot for the life of me get it to work in any other format.
current formula is but either yields a 1 or N/a value - as in a true statement and not sure how to work it
=COUNTIFS(INDEX($K$5:$AAA$1000,,MATCH($I$7,INDEX($K8:$AAA8,1,),0)),">="&Main!$F5,INDEX($K$5:$AAA$1000,,MATCH($I$7,INDEX($K8:$AAA8,1,),0)),"<="&Main!$G5)
any help will be appreciated
I have three criteria for my countifs formula 1. Must match "U", 2. count only the values "U" above or equal to the date in Main!F5 3. count only the values "U" below or equal to the date in Main!G5
ive been trying to work with index and match but I cannot for the life of me get it to work in any other format.
current formula is but either yields a 1 or N/a value - as in a true statement and not sure how to work it
=COUNTIFS(INDEX($K$5:$AAA$1000,,MATCH($I$7,INDEX($K8:$AAA8,1,),0)),">="&Main!$F5,INDEX($K$5:$AAA$1000,,MATCH($I$7,INDEX($K8:$AAA8,1,),0)),"<="&Main!$G5)
any help will be appreciated