View Single Post
 
Old 02-15-2017, 09:08 PM
marconexcel marconexcel is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Feb 2017
Posts: 6
marconexcel is on a distinguished road
Default Use countif across multiple tabs for a column

I would like to use countif across multiple month tabs for an entire column. I can use the following format for sum and it works: =sum(jan:dec!b:b)
I can use countif for one tab and a whole column: =countif(Jan!b:b,"item")
When I use countif across multiple tabs I get a #value! error message: =countif(jan:dec!b:b,"item")
Is there a way to use countif the way I am trying to use it?
Reply With Quote