ronmaltase
New Member
Hello, I’m trying to use the SUBSTITUTE formula to replace one value from a table with another value from that same table. I thought I could use a VLOOKUP table with the substitute formula. Here’s the formula I’m using. Column 1 on my mainlist table is the new text, column 3 on my mainlist table is the old text. Any ideas?
=SUBSTITUTE(O2,VLOOKUP('mainlist'!$A$2:$C$61, 'mainlist'!$A$1:$C$61,3,FALSE),VLOOKUP('mainlist'!$A$2:$C$61, 'mainlist'!$A$1:$C$61,1,FALSE))
-Thanks, Ron M.
=SUBSTITUTE(O2,VLOOKUP('mainlist'!$A$2:$C$61, 'mainlist'!$A$1:$C$61,3,FALSE),VLOOKUP('mainlist'!$A$2:$C$61, 'mainlist'!$A$1:$C$61,1,FALSE))
-Thanks, Ron M.