Lookup Formula to Replace Incorrect Value

ericmoran92

New Member
Joined
May 12, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have 2 columns of data:
StateCity
TexasDallas
Texas(not set)
ColoradoBoulder
UtahSalt 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!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi & welcome to MrExcel.
How about
++Fluff.xlsm
ABC
1StateCity
2TexasDallasDallas
3Texas(not set)Dallas
4Colorado(not set)Boulder
5ColoradoBoulderBoulder
6UtahSalt Lake CitySalt Lake City
Sheet2
Cell Formulas
RangeFormula
C2:C6C2=INDEX(FILTER($B$2:$B$6,($A$2:$A$6=A2)*($B$2:$B$6<>"(not set)")),1)
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,824
Members
449,190
Latest member
rscraig11

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