I am working on a sheet that needs to run a script when specified range changes it's calculated value.
I tried using the Worksheet_Change event but the problem is that the range I am monitoring contains only calculated values not real values. When the script I have now runs it sees that the...