Hello there,
I'm trying to set up a formula that shows when a vendor is on holiday. We have a sheet shared with our vendors where they add their time-off, and another one where we send them work. What I want is to create a formula that pulls that data from the holiday tracker and shows if the vendor will be available to work on a project based on its timeline. I don't know if that's something possible.
I was thinking of using the VLOOKUP + IF formula, but I'm stuck on the logical part.
=IF(VLOOKUP(VENDOR@row), HOLIDAY TRACKER range 3, 1, false)...
This is the structure of the Holiday tracker
I appreciate your help!
Thanks!