I feel like I am THIS CLOSE to having this figured out but I am missing something somewhere.
I have two sheets. First is named overview and the second is named DATA
I am using this statement on the overview sheet to grab data from the DATA sheet:
=COUNTIFS(DATA!L2:DATA!L369,"Sat",DATA!M2:DATA!M369,1)+COUNTIFS(DATA!L2:DATA!L369,"Sun",DATA!M2:DATA!M369,1)
What I need to do is dynamically set the DATA!L369 number. I am pasting data into the DATA sheet and this DATA!L369 number could be anything (the 369 could be any number but the DATA!L part always remains the same). So it needs to say, "Look in the range L2 up to whatever the last cell in column L that has data in it is"
I have tried using a combination of COUNTA with Index but simply cannot get it right.
Please help me Obi Wan.
Bookmarks