Best way to change a cell value when another cell value changes

DS Hunt 0 Reputation points
2023-03-20T22:28:19.5733333+00:00

Please help identify the most efficient way to update a designated cell (Defined Name = <worksheetname>active_row) to reflect when a cell in column G changes to a non-null value.

  • there are multiple worksheets in the workbook having this identical need
  • I use a Defined Name for the last cell of column G to be evaluated (<worksheetname>_end_row)
  • the range of cells for all worksheets is $G7:<worksheetname>_end_row

column G change

Is this best accomplished with a macro or VBA?

Can you recommend any specific resources illustrating this technique? (I have looked and have not yet discovered applicable on-line examples).

Thank you in advance.

Microsoft 365 and Office Development Other
Microsoft 365 and Office Excel For business Windows
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.