Good day peeps!
I have a simple formula in cell K2 that will find the lowest value in the range.
There is a lot of rows to scroll down to get to this cell (K5460) and view the inline data.
Is there any way possible to make cell K2 a link to the lowest value cell in the range, dynamically?
Data is different from day to day.
Cheers!
I have a simple formula in cell K2 that will find the lowest value in the range.
VBA Code:
=MIN(IF(ISNUMBER(K7:K8647),K7:K8647,""))
There is a lot of rows to scroll down to get to this cell (K5460) and view the inline data.
Is there any way possible to make cell K2 a link to the lowest value cell in the range, dynamically?
Data is different from day to day.
Cheers!