Data Validation List - Change and Auto Update Historical Entries

Tashat

Board Regular
Joined
Jan 12, 2005
Messages
135
Office Version
  1. 365
Platform
  1. Windows
Hi All

I have a list of organisations in a Data Validation List. This list is then used each time my colleagues make contact with the organisations. The issue I have is when an organisation changes its name from e.g. "Organisation 1" to "Organisation 1a", I want to update the Data Validation List (no problem with that), but also have all historical entries in the contact sheet to also update the name of the organisation to now be "Organisation 1a".

I know my colleagues won't remember to manually go back and change historical entries
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Data source, try to keep "name 1", "name 2" in 2 columns.
Dropdown cell, next cell to test with name 1, if not found, test name 2.
Book1
ABCDEFGHIJ
1
2Company name
3DropdownName 2Name 1Name 2
4ABC ABC
5DEFDEF1DEFDEF1
6xxx
Sheet4
Cell Formulas
RangeFormula
B4:B5B4=VLOOKUP(A4&"",INDEX($I$4:$J$6&"",),2,0)
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,709
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top