I would like to be able to return a date in column "Due Date" based on conditions in columns A, B, and C. The dates will be pulled from a second sheet.
If Sheet 1 column B is "PU," I want it to search Sheet 2 for the same entry in Column A as Column A in Sheet 1 and return the result in the 2nd column.
If Sheet 1 column B is "New" and column C is "photo," I want it to search Sheet 2 for the same entry in Column A as Column A in Sheet 1 and return the result in the 3rd column.
If Sheet 1 column B is "New" and column C is "art," I want it to search Sheet 2 for the same entry in Column A as Column A in Sheet 1 and return the result in the 4th column.
Would this be an INDEXCOLLECT or a VLOOKUP? The structure of the ifs also has me a little confused. Is this possible to pull off?