Forum Discussion
Marcushodgsonsydney
Jan 27, 2022Copper Contributor
Countifs producing #value
I am trying to expand a countif formula =COUNTIF(d3:d51,">0") to countifs to include a second range =COUNTIFS(D3:D51,">0", D54:D55,">0") but get the #value failure. Error checking suggests its some...
- Jan 27, 2022
COUNTIFS(D3:D51,">0")+countifs( D54:D55,">0")
you should use + in between as the ranges are of different size, hope this helps
chahine
Jan 27, 2022Iron Contributor
COUNTIFS(D3:D51,">0")+countifs( D54:D55,">0")
you should use + in between as the ranges are of different size, hope this helps
- MarcushodgsonsydneyJan 27, 2022Copper Contributor