I have a set of data (A1:H658). In column A, I want to put an "X" next to any rows that I want to pull over.
My traditional way of doing this is to do an IF statement that says IF(A1="X",B1,""). But this returns a lot of blanks. For example, if I have ~500 rows of data, and I put an "X" next to 200 rows, then I have 300 rows of blank data. I would traditionally highlight this list, and filter out the blanks.
There has to be a better way of only returning rows of data (from column B to H) to another worksheet, if there is an X in column A.
Here are my headers and columns:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]Include in Assessment?[/TD]
[TD]Ref #[/TD]
[TD]SC, OF, or SCOF[/TD]
[TD]Excellence Category[/TD]
[TD]Function[/TD]
[TD]Sub-Function[/TD]
[TD]Process[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]1[/TD]
[TD]SC[/TD]
[TD]People[/TD]
[TD]Purchase[/TD]
[TD]Buyer[/TD]
[TD]HR[/TD]
[TD]BLAH BLAH BLAH[/TD]
[/TR]
</tbody>[/TABLE]
Does that make sense?
Thanks so much! I will forever being using this formulas, as I do a lot of this! Thanks!
My traditional way of doing this is to do an IF statement that says IF(A1="X",B1,""). But this returns a lot of blanks. For example, if I have ~500 rows of data, and I put an "X" next to 200 rows, then I have 300 rows of blank data. I would traditionally highlight this list, and filter out the blanks.
There has to be a better way of only returning rows of data (from column B to H) to another worksheet, if there is an X in column A.
Here are my headers and columns:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]Include in Assessment?[/TD]
[TD]Ref #[/TD]
[TD]SC, OF, or SCOF[/TD]
[TD]Excellence Category[/TD]
[TD]Function[/TD]
[TD]Sub-Function[/TD]
[TD]Process[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]X[/TD]
[TD]1[/TD]
[TD]SC[/TD]
[TD]People[/TD]
[TD]Purchase[/TD]
[TD]Buyer[/TD]
[TD]HR[/TD]
[TD]BLAH BLAH BLAH[/TD]
[/TR]
</tbody>[/TABLE]
Does that make sense?
Thanks so much! I will forever being using this formulas, as I do a lot of this! Thanks!