Thank you in advance for your help!
I have two columns with dates related to when students passed quizzes. For those that pass Quiz 1, we have a date and nothing in the column for Quiz 2, which would be a second attempt to pass the course. I’d like to create a third column where it contains the pass date from either Column 1 or Column 2. I’m not finding the right combination for a formula. I’d appreciate some help.
I’m also not sure how to write a value for saying that any date is ok, and that any cell that doesn’t have a date can be skipped.
I’ve tried something like this but it’s totally wrong, and I’m missing how to write any date rather than specifying an exact date too.
IF(OR({Quiz 1: Date}=“Date”,{Quiz 2: Result}=“Date”),“Date”,“Date”)