Tried my best on the title..
Here is what I need to do.
Have two sheets in a excel workbook.
Sheet names:
PNET RAW DATA
SHEET3
In Sheet 3 I want to look up a value in a column from PNET RAW DATA and for every iteration where the cell value is POSSIBLE CONFLICT, pull the value of another cell in PNET RAW DATA and show that value in the cell in SHEET3 or an array in SHEET3 or even a pivot table?
If it DOES NOT match Possible Conflict I want it to ignore until it finds a match.
End result a LIST of ONLY those which have possible conflict in array named Presto or column AI in PNET RAW DATA.
Been working with this this far.. And this pulls it properly but does not continue
=IF('Pnet Raw Data'!AI:AI="Possible Conflict",'Pnet Raw Data'!$A:$A,"--")
--
Thanks!
Here is what I need to do.
Have two sheets in a excel workbook.
Sheet names:
PNET RAW DATA
SHEET3
In Sheet 3 I want to look up a value in a column from PNET RAW DATA and for every iteration where the cell value is POSSIBLE CONFLICT, pull the value of another cell in PNET RAW DATA and show that value in the cell in SHEET3 or an array in SHEET3 or even a pivot table?
If it DOES NOT match Possible Conflict I want it to ignore until it finds a match.
End result a LIST of ONLY those which have possible conflict in array named Presto or column AI in PNET RAW DATA.
Been working with this this far.. And this pulls it properly but does not continue
=IF('Pnet Raw Data'!AI:AI="Possible Conflict",'Pnet Raw Data'!$A:$A,"--")
--
Thanks!