Alright, hello everyone! I will get down to it and try to explain this the best I can.
I have a compounding (multiple) countif formula that is referencing a "Break" table and looking for matches on the "schedule" section and then suming the counts in a table by 30 minute intervals. The issue is, now i need to apply this formula to over 700 cells, but have it updating where it's referencing the criteria from the break table to get the right counts for that interval.
As an example, here is my first one for 12:00am to 12:30am ---=COUNTIF(Sat!E64:E120,Breaks!A2)+COUNTIF(Sat!E64:E120,Breaks!A3)+COUNTIF(Sat!E64:E120,Breaks!A4)+COUNTIF(Sat!E64:E120,Breaks!A5)+COUNTIF(Sat!E64:E120,Breaks!A6)+COUNTIF(Sat!E64:E120,Breaks!A7).
the next formula, for 12:30am to 1:00am will need to read like this ---
=COUNTIF(Sat!E64:E120,Breaks!A8)+COUNTIF(Sat!E64:E120,Breaks!A9)+COUNTIF(Sat!E64:E120,Breaks!A10)+COUNTIF(Sat!E64:E120,Breaks!A11)+COUNTIF(Sat!E64:E120,Breaks!A12)+COUNTIF(Sat!E64:E120,Breaks!A13)
Because this is just for Saturday, and i cant just drag or copy>paste, I would have to update the Break references for each 30 minute internal, for all 7 days manually. That's 336 manual cell entries and 2016 countif formula updates. There has to be a more efficient, and effective way to update these formulas... I hope!
See attachments! Thanks for your help in advance.
Bookmarks