is there a function (such as IFCHANGE(), CHANGED(), etc.) that tells if a cell’s value changes so a different cell can perform an action?
my spreadsheet tracks the current status of an online wargame. if the offensive troop count is changed (say from 3 to 24) i need it to display “Offense”; if the defensive troop count changes it needs to display “Defense”. the simplest example but it opens a very large door of possibilities if it exists.
i would rather not have to delve into macros or other more advanced areas at this time if possible.
thanks in advance.