I'm creating a new report and having a bit of trouble.
I want the date in my new report, the SUMMARY worksheet, which is listed as 2/4/13, 2/5/23 and 2/6/13 across C2, D2 and E2, to be found on the RAW worksheet and then have the formula count how many times 1,2,3,4 and 5 appear for each date as data is added the RAW list will increase and of course the dates will run horizontally along.
The RAW data is on a worksheet called RAW
Col H Col N
2/4/2013 1
2/5/2013 5
2/6/2013 5
2/4/2013 4
2/5/2013 1
2/6/2013 2
2/4/2013 1
2/5/2013 2
2/6/2013 5
(SORRY, I have been trying for 20 minutes to get this to appear as 2 columns... don't know how but the N values are 1-5)
This is the formula I'm using:
=IF(Raw!$H:$H=Summary!C$2,COUNTIF(Raw!$N:$N,5))
Problem is.... of course.... this works GREAT but it counts the entire number of these scores for the entire listing of 98 items... it does not just pull the numbers for each specific date.
Where am I going wrong?
Please advise.
Thank you.... Laurie
ladyck3
aka: Laurie
I want the date in my new report, the SUMMARY worksheet, which is listed as 2/4/13, 2/5/23 and 2/6/13 across C2, D2 and E2, to be found on the RAW worksheet and then have the formula count how many times 1,2,3,4 and 5 appear for each date as data is added the RAW list will increase and of course the dates will run horizontally along.
The RAW data is on a worksheet called RAW
Col H Col N
2/4/2013 1
2/5/2013 5
2/6/2013 5
2/4/2013 4
2/5/2013 1
2/6/2013 2
2/4/2013 1
2/5/2013 2
2/6/2013 5
(SORRY, I have been trying for 20 minutes to get this to appear as 2 columns... don't know how but the N values are 1-5)
This is the formula I'm using:
=IF(Raw!$H:$H=Summary!C$2,COUNTIF(Raw!$N:$N,5))
Problem is.... of course.... this works GREAT but it counts the entire number of these scores for the entire listing of 98 items... it does not just pull the numbers for each specific date.
Where am I going wrong?
Please advise.
Thank you.... Laurie
ladyck3
aka: Laurie