Hello, and thank you in advance for your help. I am having trouble displaying data using a VLOOKUP function (I have never used one).
My formula reads as follows:
=VLOOKUP(Predecessor@row, {PPPredTask}, {%Complete}, true)
Its goal is the following:
Based on the value in the Predecessor Column in my sheet, I would like to search the task name column in a different sheet (as defined as {PPPredTask}), and display a value from the same sheet as PPPredTask. as defined by {%Complete).
All column types are identical, but I receive an Invalid Data Type error. One variable that I am unsure if is key or not is that both the Predecessor@row and {PPPredTask} columns are the primary columns in their respective sheets.
Any help is really appreciated!
Adam