Hi
I have two sheets, the primary is the booking sheet that has the event dates both start and end date, venue, client details etc. This would be my reference sheet. I have created another sheet that shows the availability of all the venues based on confirmed bookings per venue this is my Availability Sheet.
Teh venue in teh reference sheet are select from drop down list. In the Availability Sheet I will create a column for each venue. For the sake oif example the firts venue is Amphitheatre
I am battling to create a formula that doesn't give me a UNPARSABLE. I started with this:
=IFERROR(INDEX({Event_Name_Ref}; MATCH(1; ({Venue_Ref}=@column )*({Start_Date_Ref}<=[Date]@row )*({End_Date_Ref}>=[Date]@row ); 0)); "Available")
The { } reference from the reference sheet only and no reference from the Availability Sheet.
Is this formula correct for EU?
Is this the right kind of formula?
My Availability Sheet has a row for each day of the year. I want to show across all veneus what is booked and where
PLease can you help me.