-1
Good evening friends, I have a scale of service in excel that is daily and I have a camp for departures ( vacation), I need to create a filter where only appear in such field professionals who are on vacation that day according to the date of the scale, as I have to make the scales of sex Sab dom e seg and eventually on extended holidays, several stopovers, this filter needs to select in the tab "vacation" only those who are on vacation, ex if Joseph is on vacation until Sunday he appears in the field itself in the sex scales, Sab and Dom but not from now on. Or if he goes on vacation from Monday the filter just puts him in the field from this day on
I know it has to be via vba but I don’t know much about that part. Office 2010/2016.
Something like, you know, date of scale= L5 Start date= Z4 Final date= Z5
SELECT * FROM 'ferias' WHERE L5>=Z4 E L5<=Z5
See if this answer helping
– danieltakeshi