I have a spreadsheet in which cells D4:D93
are Data Validation drop down lists with only Yes
and No
as options.
I am trying to figure out how to code VBA so that when Yes
is selected in a cell in that range, then the value in the coinciding cell in range I4:I93
changes to be the sum of the coinciding cells in I4:I93
and V4:V93
.
I've been searching for days and tried so many things I don't even know where to begin as far as what I've tried. Some attempts resulted in nothing happening. Other resulted in Excel freezing or crashing due to the circular references. Don't know if this is relevant, but D4:D93
and I4:I93
are part of a table but V4:V93
is not.