Hello,
I need to delete rows that have zeroes across all my metrics. let me explain...
Quick visual on my file I am looking at.
Items (UPC/SKU's) going top-down in column A. Then column B, C, D, etc to the right is TIME (Week 1 ~ Week 52), then the report shows sales of the item based on time.
Basically its a simple table.
I have over 100k rows of data. Some rows have zeroes across all 52 columns to the right. This means the SKU is either not active or an old SKU with no activity.
I want to suppress or delete those ROWS that have zeroes all the way across.
If I can do this...my new rows should go from 100k down to something like 20k or less.
I tried to sum all 52 columns into a column to the far right...but it would not let me add all 52 columns. out of space or something...
Any thoughts to how I can solve this? or is there a more practical way to do this?
Please no VBA solutions....I don't know VBA