Ron Coderre: The formula supplied is now selecting the cells in reserve order instead of only selecting down based on values greater than zero.
Thanks
Ron Coderre: The formula supplied is now selecting the cells in reserve order instead of only selecting down based on values greater than zero.
Thanks
With all the gyrations in your original formula, I wasn't sure what range you wanted to select.
This formula will reference a range that begins at C4 and is the number of cells >0 high
In your example, that would be C4:C10![]()
=OFFSET(Chartdata_linked!$C$4,,,COUNTIF(Chartdata_linked!$C$4:$C$613,">0"))
Does that help?
Ron Coderre: Sorry for the confusion. In the original formula and sample workbook, when you enter 5 in C5, the original formula will select C9:C13 with C11:13 with zero values. Instead, would like the formula adjusted to only select C9:C10 since the cells are not zeros (or greater than zero).
Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks