I have a column of values in I3 that I need to check the sum until I reach a threshold of 24.5 (full load amps). If the value exceeds 24.5 the cell J3 (branch number) needs to increment by the value of the previous cell in the row above plus 1. The first row will always start at 1.
So if rows I3-5 sum reaches 25, then cells J3,4 would equal 1
Then it would evaluate the cells in I5,6,7 etc. until it reached 24.5 then increment cells j5,6,7 to 2. And so on.
Thanks,
Kirk
So if rows I3-5 sum reaches 25, then cells J3,4 would equal 1
Then it would evaluate the cells in I5,6,7 etc. until it reached 24.5 then increment cells j5,6,7 to 2. And so on.
Thanks,
Kirk