A
Art
I have a sheet that summarizes information from 52 other sheets. I want to check the values in the 53rd column to see if the value is >0. If not, go to the 52nd column and repeat. When it finds a value >0 (in column 30 for example), it will then take that value, plus values from 4 previous columns (26, 27, 28 & 29), and create a chart based on those values (5 week trendline)
I will be using loops to check for the values. After the first loop, the column number needs to be reduced by one. How can I do this
Art
I will be using loops to check for the values. After the first loop, the column number needs to be reduced by one. How can I do this
Art