I have initial data in Worksheet 1. Each row has a specified status (Submitted or Outstanding).
I'd like Worksheet 2 to self populate with certain data from only the rows that are marked as Submitted.
I'd like Worksheet 3 to self populate with certain data from only the rows that are marked as Outstanding.
My VLOOKUP formula gives me the data I need but will report results line by line...reporting the "Outstanding" data as "" in the "Submitted" Report.
And reports "Submitted" data as "" in the "Outstanding" Report.
=IF(SDI!$N19=SDI!$N$15,VLOOKUP(SDI!$D19,SDI!$D19:$N$318,1,FALSE),"")
How do I get it to only search for the status I'm specifying?
Can I use VLOOKUP in conjunction with some kind of Data Validation?
I'd like Worksheet 2 to self populate with certain data from only the rows that are marked as Submitted.
I'd like Worksheet 3 to self populate with certain data from only the rows that are marked as Outstanding.
My VLOOKUP formula gives me the data I need but will report results line by line...reporting the "Outstanding" data as "" in the "Submitted" Report.
And reports "Submitted" data as "" in the "Outstanding" Report.
=IF(SDI!$N19=SDI!$N$15,VLOOKUP(SDI!$D19,SDI!$D19:$N$318,1,FALSE),"")
How do I get it to only search for the status I'm specifying?
Can I use VLOOKUP in conjunction with some kind of Data Validation?