Is there anyway I can populate the data from Sheet 1 into Sheet2 based on the value of a cell in the row on Sheet1
For instance Sheet1, Column D, will have Yes or No in. Column A will have a unique reference number.
If I have
--A-- |--B--
12345| YES
23456|YES
34567|NO
45678|NO
56789|YES
In Sheet2, I want
--A--|
12345
23456
56789
(So it is not taking over the rows with "no" in.)
EDIT : It would be helpful if this is automated, and does not rely on the user having to click on a button or something similar, thanks )
For instance Sheet1, Column D, will have Yes or No in. Column A will have a unique reference number.
If I have
--A-- |--B--
12345| YES
23456|YES
34567|NO
45678|NO
56789|YES
In Sheet2, I want
--A--|
12345
23456
56789
(So it is not taking over the rows with "no" in.)
EDIT : It would be helpful if this is automated, and does not rely on the user having to click on a button or something similar, thanks )
Last edited: