want an output in G2 that inputs "Peter / Scheduled" based on whether the time in Column C is "Full Day" or "AM" based on an index/match that uses an OR variable.
So if Peter is scheduled for AM or FULL DAY, I want it to be shown in G2 and if he is scheduled for the afternoon I want G4 to be populated.
I have the formula for G4, nut not for G2 where it involves an OR Match. I get an #NA error. Also Each Date has ONLY three options: AM, PM, FULLDAY.
The forumula for G4 {=INDEX(A2:D6,MATCH(1,(A2:A6="PETER")*(B2:B6=H1)*(C2:C6="PM"),0),4)} which WORKS!
I just need to know how to complete G2
Thank you Kindly!
So if Peter is scheduled for AM or FULL DAY, I want it to be shown in G2 and if he is scheduled for the afternoon I want G4 to be populated.
I have the formula for G4, nut not for G2 where it involves an OR Match. I get an #NA error. Also Each Date has ONLY three options: AM, PM, FULLDAY.
The forumula for G4 {=INDEX(A2:D6,MATCH(1,(A2:A6="PETER")*(B2:B6=H1)*(C2:C6="PM"),0),4)} which WORKS!
I just need to know how to complete G2
Thank you Kindly!
A | B | C | D | E | F | G | H | ||||||||
1 | Staff | Date | Time | Result | Peter Time | April 14 | April 15 | ||||||||
2 | Mike | April 1 | AM | Mike / Scheduled | AM or Full Day | #NA | #NA | ||||||||
3 | Sally | April 14 | PM | Sally / Scheduled | |||||||||||
4 | Peter | April 14 | PM | Peter / Scheduled | PM | Peter / Scheduled | Peter / Scheduled | ||||||||
5 | Peter |
| Full Day | Peter / Scheduled | |||||||||||
6 | Peter | April 15 | PM |
|