Hi, I'm looking for a formula to reference across two columns on a different sheet. On the destination sheet I have Project Name and Date I want to pull back. On the source sheet I want to pull from Project Name, Expected Start Date, and Stop Date. I played with automation but couldn't get it to do exactly what I wanted because it'll only copy a new row, not modify existing. Everything on the destination sheet will start out empty.
The formulas I'm looking for would give me
- IF expected start date or end date have a date NOT in the Past, return Project Name and Date to their respective cells.
-IF expected start date and end date have the same date NOT in the paste, return Project Name and Date to their respective cells.
-IF expected start date and end date both have a date but are different dates and are NOT in the past, create two rows, one with each date but the same project name, and return Project Name and Dates to their respective cells.
I have been taking the smartsheet university courses but this feels like it's a little more difficult than the examples I've learned from there so far.
Thank you for your help.