Numbers CheckBox and Sum to existing value
Per attached screenshot, Column K has 'Sold' checkboxes.
- If I check K7 checkbox, I need """Actual Investment (I7)+Profit Cash(P7)""" to be added to existing value of column D at LAST ROW i.e, 'D9' per screenshot. D9 = [$363.01+$60.00+$1.50] = $424.51]
- If I check K8 checkbox, I need """Actual Investment (I8)+Profit Cash(P8)""" to be added to existing value of column D of LAST ROW i.e, 'D9'= [$363.01+$60.00+$2.00] = $425.01]
- If I check K9 checkbox, I need """Actual Investment (I9)+Profit Cash(P9)""" to be added to existing value of column D of LAST ROW i.e, 'D9'= [$363.01+$52.00+(-$1.00)] = $414.01]
- -----Any 'Sold' checked, corresponding ''Actual Investment+Profit Cash'' must be added to Column D of last row
How do I achieve this?