Thecraftycarrot
New Member
- Joined
- Nov 8, 2018
- Messages
- 27
Hi All,
I am looking to use a loop to update a name within a cell if that name changes and this is the logic behind how i see this working.
E.g. Sheet 1 cell E4 = New name
Sheet 1 cell M45 = Old Name
then if New name <> old name
Find old name in sheet 2 (column b, data starts in row 3) and ends at the last row in table 2
Update for each instance where the old name has been found within the table in column b to the new name (so will need to loop through all data in column b
sorry new to loops and i am struggling to grasp how to program this.
Thanks in advance
I am looking to use a loop to update a name within a cell if that name changes and this is the logic behind how i see this working.
E.g. Sheet 1 cell E4 = New name
Sheet 1 cell M45 = Old Name
then if New name <> old name
Find old name in sheet 2 (column b, data starts in row 3) and ends at the last row in table 2
Update for each instance where the old name has been found within the table in column b to the new name (so will need to loop through all data in column b
sorry new to loops and i am struggling to grasp how to program this.
Thanks in advance