Hello i have a sheet ("Sheet 1") that has 4 columns and X amount of rows
column 1 is a list of names
column 2 is a list of IDs
column 3 is positions
column 4 is statues
all starting at row 3 going down
mainly using columns 3 and 4 i am trying to loop through the number of rows, so from D3 to the last row used which could be X, if these conditions are met, as going down the rows if the value in column 4 status is equal to "ACT" and the value of column 3 positions is equal to "High", If both are met then grab the value from column 1, the names, and paste it into a sheet called "Output" starting at row 3 column A so A3 and as the loop is going if another is found then should go in A3 and so on.
example of list
example of output
column 1 is a list of names
column 2 is a list of IDs
column 3 is positions
column 4 is statues
all starting at row 3 going down
mainly using columns 3 and 4 i am trying to loop through the number of rows, so from D3 to the last row used which could be X, if these conditions are met, as going down the rows if the value in column 4 status is equal to "ACT" and the value of column 3 positions is equal to "High", If both are met then grab the value from column 1, the names, and paste it into a sheet called "Output" starting at row 3 column A so A3 and as the loop is going if another is found then should go in A3 and so on.
example of list
example of output