Trying to make a formula that met to a condition IF calendar date = Event Schedule date i.e column A then all row details should be appear in under calender date cell.
If possible that ‘Event Schedule Tab is filtered, can this be reflected in dynamic calendar so on events on the filtered list appear in calendar. E.g. If Colum F is filtered by Brazil, can only Brazil Events appear on dynamic calendar.
here is attached file.
=IF(TEXT(C8,"MM/DD/YYYY")=TEXT('Event Schedule'!A4,"MM/DD/YYYY"),CONCATENATE(TEXT('Event Schedule'!B4,"hh:mm:ss AM/PM")," ",'Event Schedule'!C4," ",'Event Schedule'!D4," ",'Event Schedule'!E4," ",'Event Schedule'!F4," ",'Event Schedule'!G4,""))
using this formulla but it is not seems to perfect.
If possible that ‘Event Schedule Tab is filtered, can this be reflected in dynamic calendar so on events on the filtered list appear in calendar. E.g. If Colum F is filtered by Brazil, can only Brazil Events appear on dynamic calendar.
here is attached file.
=IF(TEXT(C8,"MM/DD/YYYY")=TEXT('Event Schedule'!A4,"MM/DD/YYYY"),CONCATENATE(TEXT('Event Schedule'!B4,"hh:mm:ss AM/PM")," ",'Event Schedule'!C4," ",'Event Schedule'!D4," ",'Event Schedule'!E4," ",'Event Schedule'!F4," ",'Event Schedule'!G4,""))
using this formulla but it is not seems to perfect.
Attachments
Last edited: