Hello,
I have been working on this all day. I am trying to count only if two conditions are met. The first is a date range (I think this is where my problems are coming in, maybe because Excel stores dates as serial numbers?), and the second condition is if a cell has certain text.
if the date is in column A:A is >=1/1/2008<=1/19/2008 and F:F="Austin"
I've been able to get part of it work, =COUNTIF('JAN 08'!F:F,"Austin"), this returns the number of times Austin is displayed F:F
and this works to read one specific value =COUNTIF('JAN 08'!A:A,"1/17/2008"), this works (working with Excel's serial numbers for dates) =IF('JAN 08'!A3>=39446,"YES","NO"), it returns YES
I've used countif, I've tried sumproduct('JAN 08'!>=date(2008,1,1),'JAN 08'!A:A<=date(2008,1,13),'JAN 08'!F:F="Austin")
I've played around with the AND function and sum(if(, sumif(, if(and(
If anyone can please help!
Thank you!!
I have been working on this all day. I am trying to count only if two conditions are met. The first is a date range (I think this is where my problems are coming in, maybe because Excel stores dates as serial numbers?), and the second condition is if a cell has certain text.
if the date is in column A:A is >=1/1/2008<=1/19/2008 and F:F="Austin"
I've been able to get part of it work, =COUNTIF('JAN 08'!F:F,"Austin"), this returns the number of times Austin is displayed F:F
and this works to read one specific value =COUNTIF('JAN 08'!A:A,"1/17/2008"), this works (working with Excel's serial numbers for dates) =IF('JAN 08'!A3>=39446,"YES","NO"), it returns YES
I've used countif, I've tried sumproduct('JAN 08'!>=date(2008,1,1),'JAN 08'!A:A<=date(2008,1,13),'JAN 08'!F:F="Austin")
I've played around with the AND function and sum(if(, sumif(, if(and(
If anyone can please help!
Thank you!!