Hello,
I'm not sure if this is entirely possible but I'm trying to find a way to simply have cell count up by 1 everytime another cell changes value.
Eg//
Cell 1A has the formula =rand()*10
Cell 2A would add by 1 every time excel refreshes and changes the value.
Alternatively, if code doesn't register auto-calculations as a change, i'm happy for it to change on a manual input.
End goal is to count the amount of 'runs' that has occurred in a cricket match.
so every time you add a run to the score, a cell somewhere else is auto counting the amount of overs bowled.
I'm not sure if this is entirely possible but I'm trying to find a way to simply have cell count up by 1 everytime another cell changes value.
Eg//
Cell 1A has the formula =rand()*10
Cell 2A would add by 1 every time excel refreshes and changes the value.
Alternatively, if code doesn't register auto-calculations as a change, i'm happy for it to change on a manual input.
End goal is to count the amount of 'runs' that has occurred in a cricket match.
so every time you add a run to the score, a cell somewhere else is auto counting the amount of overs bowled.