I've always used the VBA autofilter solution to find zero values then delete target row. Works great and is fast...
Now I'm facing a new quandary with additional data elements
Col A Col B Col C Jan Feb Mar Apr
Client A Product 1 Actual Sales 0 0 0 0
Client A Product 1 Forecast Sales 0 0 0 0
Client A Product 1 Estimated Sales 0 0 0 0
Client A Product 1 Year Ago Sales 0 0 0 0
So in the above example where I have multiple clients and products I would like to delete all rows where Product 1 totals a zero value across all sales measure for all time periods.
Should Product 1 be zero for Actual Sales but has values for Year ago Sales it should remain in its entirety. All 4 measures remain.
Any help is always greatly appreciated and paid forward.
SB
Now I'm facing a new quandary with additional data elements
Col A Col B Col C Jan Feb Mar Apr
Client A Product 1 Actual Sales 0 0 0 0
Client A Product 1 Forecast Sales 0 0 0 0
Client A Product 1 Estimated Sales 0 0 0 0
Client A Product 1 Year Ago Sales 0 0 0 0
So in the above example where I have multiple clients and products I would like to delete all rows where Product 1 totals a zero value across all sales measure for all time periods.
Should Product 1 be zero for Actual Sales but has values for Year ago Sales it should remain in its entirety. All 4 measures remain.
Any help is always greatly appreciated and paid forward.
SB