Hello Everyone,
I am wondering if it’s possible to set up a field to show me the exact number of people present in my base on a certain day.
Each record in the main table has an arrival date, departure date, group size.
I have a second table that I want to be able to display the number of people present each day of the week.
The system I have in place right now assigns an arrival week number and year with this formula WEEKNUM({Arrival Date},‘Monday’)&’ - '&YEAR({Arrival Date},‘Monday’)
then I simply link the table and do a rollup of the Group size and display the number of people present each week.
The issue with this is that if they arrive on a Sunday it assigns them the previous week number and rolls them up into the previous week. The other issue is if they only stay for 3 days it still displays them for the whole week.
I would love to come up with a way to display the exact number of people present each day rather then week.
Any thoughts or advice is much appreciated.