I am setting up a pricing list that is regularly edited by the user. At the top of each category, I have a running total cost of the included items in the category. The item cost is entered by the user.
I have a formula in a helper column that calculates the total cost of each category and then referenced back on the main list. I've been trying to build a macro that would trigger when the value in Column D changes and copies (or updates if already present) the cell next to it in Column C.
I've been trying to work with a couple different ideas:
Setting KeyCell as range and triggering macro upon cell value change
and
An If statement with nonblank cells (if A5 and B5 <> "", then value of C5 = D5)
Some new insight would be amazing and more than welcomed. I've attached a simple sheet.
Any questions, please ask. Thanks for the help!
I have a formula in a helper column that calculates the total cost of each category and then referenced back on the main list. I've been trying to build a macro that would trigger when the value in Column D changes and copies (or updates if already present) the cell next to it in Column C.
I've been trying to work with a couple different ideas:
Setting KeyCell as range and triggering macro upon cell value change
and
An If statement with nonblank cells (if A5 and B5 <> "", then value of C5 = D5)
Some new insight would be amazing and more than welcomed. I've attached a simple sheet.
Any questions, please ask. Thanks for the help!