Hello-
I'm trying to build a sheet where i can open appointments chronologically after 75% of the appointments fill up. I currently have 4 appointments every 15 minutes. the only way i can think to do this is to add a sumsif formula and once 3/4 of the slots fill, to open the next set of appointments. if there's a better way to do this i'd love to know. in the meantime, my "sumsif" formula doesn't seem to be working;
=SUMIFS(Date@row :Date@row , Date@row :Date@row , "11/20/25", Time@row :Time@row , "9:15 AM")