Folks
A little Excel question - Say I have 2 columns of text cells and I need in a third column all the people in a hierarchy. So in column 3 I want to flag (true or false) all the people who report to x at any level.
So in the data below if I set a cell to 'x' column 3 would change as listed.
a reports to e (column 3 would say False)
b reports to d (column 3 would say True)
c reports to b (column 3 would say True)
d reports to x (column 3 would say True)
e reports to y (column 3 would say False)
f reports to g (column 3 would say False)
g reports to e (column 3 would say False)
I guess some kind of lookup or index match thing could do it but I'm struggling.
many thanks if anybody can steer me in the right direction (Google is not helping!)
db
