Hi everyone-
I am trying to create a VLOOKUP formulation for the table shown as below
Project Help.JPG
I have 2 worksheets. The first sheet is a report I receive everyone month and the second worksheet is organized report. 2 worksheets have the same date format therefore the data is not an issue. What I am trying to if Project ID=1 and and Resource=A, I would like to copy this data to other worksheet. I can use array's but I do not want prefer it. So the data for 1/1/2013 on worksheet 1 data will be the data for 1/1/2013 on worksheet 2
What I thought was "=VLOOKUP(IF(AND(A2='Plain Data'!A2,ASAP!B2='Plain Data'!B2), $A$1:$AA$99, 3, 0)
Bookmarks