Hello all,
Not sure how to word this appropriately.
I am trying to fill in consecutive rows with data from another sheet that has a column with an X in it to mark its more important. How can I do this so if the first row does not have the "x", it will move to the next row. Then once the next one is found, move on to the next row without copying the data already marked in the first row.
I was going to try to use vba, but this sheet will also be used on google sheets. Which to my understanding, that code will not work on googlesheets.
Data Sheet
Row
1
2x
3x
4
5x
new sheet
Row
1,2x
2,3x
3,5x
Bookmarks