I have spread sheet that contains a list of all the shipping documents that we have. I need to make another spread sheet that will copy selected rows only skipping the ones that are not selected. For example I have this:
So I just want to make another sheet copping the rows that have "x" on row A.
I been trying to search for something like this but I can't find a VBA or a formula.
Thank you!
PHP:
- A B C D E F G
1 Name Date Doc# Driver facility truck
2 x Name Date Doc# Driver facility truck
3 Name Date Doc# Driver facility truck
4 x Name Date Doc# Driver facility truck
5 Name Date Doc# Driver facility truck
6 x Name Date Doc# Driver facility truck
7 x Name Date Doc# Driver facility truck
I been trying to search for something like this but I can't find a VBA or a formula.
Thank you!