Not even sure how to phrase this question but here goes.
I am building a report that pulls data from another worksheet. Source data might look like this:
John Smith 6 5 3 2
Mary May 0 0 0 0
Mike March 4 0 1 0
Lisa July 0 0 0 0
This could go on for dozens of rows.
I want the target cells to be presented as:
John Smith 6 5 3 2
Mike March 4 0 1 0
In other words I want it to search for a value >0 in columns 2-5 and if present then include the entries. If values are all zero then skip to next row. I hope this is clear enough. Thanks in advance for any help.
Excel 2007, Windows 7
I am building a report that pulls data from another worksheet. Source data might look like this:
John Smith 6 5 3 2
Mary May 0 0 0 0
Mike March 4 0 1 0
Lisa July 0 0 0 0
This could go on for dozens of rows.
I want the target cells to be presented as:
John Smith 6 5 3 2
Mike March 4 0 1 0
In other words I want it to search for a value >0 in columns 2-5 and if present then include the entries. If values are all zero then skip to next row. I hope this is clear enough. Thanks in advance for any help.
Excel 2007, Windows 7