Hi
I have a data table with the following:
A - Site (ranging 1-9999 and a site can appear more than once and up to 11 times)
B - Room number at site (this is a unique number per entry)
C - Site "complete" / "started" (the part of the site next to the completed room number at site will become complete once the room is updated. i.e. If there are 7 rooms at site number 82, 82 will appear 7 times in column A and as each room number is completed, a "complete" will go next to the site number of the corresponding room. So if there are 4 rooms completed, 4 of the 82's will have a complete next to them and the remaining 3 82's will be blank / "started"
I'm trying to produce a status report to show how many Sites are 100% complete (i.e. all of the rooms at that site have been "completed"). I've tried using Sumproduct and CountIf in various different ways but haven't been able to generate anything that doesn't require manually inputting the formula against each site, and with 9999 sites and many of them appearing multiple times, it's proving to be a nightmare!
Would any of you have any suggestions?
Thanks
I have a data table with the following:
A - Site (ranging 1-9999 and a site can appear more than once and up to 11 times)
B - Room number at site (this is a unique number per entry)
C - Site "complete" / "started" (the part of the site next to the completed room number at site will become complete once the room is updated. i.e. If there are 7 rooms at site number 82, 82 will appear 7 times in column A and as each room number is completed, a "complete" will go next to the site number of the corresponding room. So if there are 4 rooms completed, 4 of the 82's will have a complete next to them and the remaining 3 82's will be blank / "started"
I'm trying to produce a status report to show how many Sites are 100% complete (i.e. all of the rooms at that site have been "completed"). I've tried using Sumproduct and CountIf in various different ways but haven't been able to generate anything that doesn't require manually inputting the formula against each site, and with 9999 sites and many of them appearing multiple times, it's proving to be a nightmare!
Would any of you have any suggestions?
Thanks