ericmoran92
New Member
- Joined
- May 12, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hello,
I have 2 columns of data:
I am trying to use a function in a new column to replace city records which equal "(not set)" and reference the respective cell's state to return the correct value. For the the above table example, the "(not set)" record should be returned as "Dallas".
I have tried to use an index-match function with an approximate match, but it does not return the correct value.
Any assistance will be greatly appreciated!
I have 2 columns of data:
State | City |
Texas | Dallas |
Texas | (not set) |
Colorado | Boulder |
Utah | Salt Lake City |
I am trying to use a function in a new column to replace city records which equal "(not set)" and reference the respective cell's state to return the correct value. For the the above table example, the "(not set)" record should be returned as "Dallas".
I have tried to use an index-match function with an approximate match, but it does not return the correct value.
Any assistance will be greatly appreciated!