A
AG
I have the following table.
part start mid end
ABCD plan 01-Jan 01-Feb 01-Mar
actual/projected 01-Jan 05-Feb 05-Mar
EFGH plan 01-Feb 01-Mar 01-Apr
actual/projected 10-Feb 10-Mar 10-Apr
With this vlookup formula, I can lookup the plan date -
=VLOOKUP("ABCD plan",A25,2,FALSE)
but I really want to capture the actual/projected date in the row below the
plan row. How do I do this?
part start mid end
ABCD plan 01-Jan 01-Feb 01-Mar
actual/projected 01-Jan 05-Feb 05-Mar
EFGH plan 01-Feb 01-Mar 01-Apr
actual/projected 10-Feb 10-Mar 10-Apr
With this vlookup formula, I can lookup the plan date -
=VLOOKUP("ABCD plan",A25,2,FALSE)
but I really want to capture the actual/projected date in the row below the
plan row. How do I do this?