s_woodbury
New Member
- Joined
- Feb 26, 2014
- Messages
- 27
So I'm having a weird countifs issue. I'm counting based on three variables but I'm getting a "0" result which isn't correct.
I narrowed the error down to one criteria because if I take it I get results.
Sheet Lead Data Upload contains data
Column K is populated with dates.
They are formatted as "date" type "*3/14/2012".
I want to count only if they are greater than Nov 30, 2015.
Formula:
=COUNTIFS('Lead Data Upload'!K:K,">11/30/2015",'Lead Data Upload'!E:E,P2,'Lead Data Upload'!D:D,B4)
I have tried to put "11/30/2015" in a cell and reference it that way. using ">"&$A$1 that didn't work either.
I changed the date format in K:K to 03/14/2012 - nada.
Any ideas?
I narrowed the error down to one criteria because if I take it I get results.
Sheet Lead Data Upload contains data
Column K is populated with dates.
They are formatted as "date" type "*3/14/2012".
I want to count only if they are greater than Nov 30, 2015.
Formula:
=COUNTIFS('Lead Data Upload'!K:K,">11/30/2015",'Lead Data Upload'!E:E,P2,'Lead Data Upload'!D:D,B4)
I have tried to put "11/30/2015" in a cell and reference it that way. using ">"&$A$1 that didn't work either.
I changed the date format in K:K to 03/14/2012 - nada.
Any ideas?