Hi,
I need to return the first value from a range that does not include "See role ...", "Acting in ...", or is blank, based on an input of "Role" number.
Result should be:
10 = Sam Smith
11 = Sam Smith
12 = Bob Brown
13 = Robert Roberts
14 = Walter Woods
15 = Walter Woods
16 = David Davis
Also, is it possible to switch the search to start right to left, so that role 11 picks up Jane Jones, and role 15 picks up Mark Michael, ie: first non-blank, not including "See role ..." or "Acting in.." from right to left?
Thank you
John-Paul
I need to return the first value from a range that does not include "See role ...", "Acting in ...", or is blank, based on an input of "Role" number.
Result should be:
10 = Sam Smith
11 = Sam Smith
12 = Bob Brown
13 = Robert Roberts
14 = Walter Woods
15 = Walter Woods
16 = David Davis
Also, is it possible to switch the search to start right to left, so that role 11 picks up Jane Jones, and role 15 picks up Mark Michael, ie: first non-blank, not including "See role ..." or "Acting in.." from right to left?
Thank you
John-Paul
Role Owner | Covered By | Temporary Worker | ||
10 | See role 11 | Sam Smith | ||
11 | Sam Smith | Acting in role 10 | Jane Jones | |
12 | Bob Brown | |||
13 | Robert Roberts | |||
14 | See role 15 | Walter Woods | ||
15 | Walter Woods | Acting in role 14 | Mark Michael | |
16 | See role 99 | David Davis |