Hi i have a wee array formula here to show me last booking
{=MAX(IF('[calendar.xlsx]full year'!$D$8:$ABG$103=B2,'[calendar.xlsx]full year'!$D$4:$ABG$4,""))}
'[calendar.xlsx]full year'!$D$8:$ABG$103 - is where you book names
B2 - client name to look for
'[calendar.xlsx]full year'!$D$4:$ABG$4 - range of dates from 1/1 to 31/12
but how can i adjust it to show me last booking until today and first booking after today ?
any help much appreciated
{=MAX(IF('[calendar.xlsx]full year'!$D$8:$ABG$103=B2,'[calendar.xlsx]full year'!$D$4:$ABG$4,""))}
'[calendar.xlsx]full year'!$D$8:$ABG$103 - is where you book names
B2 - client name to look for
'[calendar.xlsx]full year'!$D$4:$ABG$4 - range of dates from 1/1 to 31/12
but how can i adjust it to show me last booking until today and first booking after today ?
any help much appreciated