Hiya all,
I am trying to trigger a macro as soon as a cell in a range becomes greater than a corresponding cell within another range, eg below
Range k:K is the "original" range, this is what the cells within AU:AU are comparing to,
As soon as a cell in range AU:AU is >= the same cell in K:K copy and paste AU:AU as value into K:K see below example on k15 & au15
K15 = 100 & AU15 = 75 - do nothing
k15 = 100 & AU15 = 99 - do nothing
k15 = 100 & AU15 = 100 - make k:K = au:au as hard value.
Is this possible?
Many Thanks
I am trying to trigger a macro as soon as a cell in a range becomes greater than a corresponding cell within another range, eg below
Range k:K is the "original" range, this is what the cells within AU:AU are comparing to,
As soon as a cell in range AU:AU is >= the same cell in K:K copy and paste AU:AU as value into K:K see below example on k15 & au15
K15 = 100 & AU15 = 75 - do nothing
k15 = 100 & AU15 = 99 - do nothing
k15 = 100 & AU15 = 100 - make k:K = au:au as hard value.
Is this possible?
Many Thanks