Forum Discussion
jllucas2
Jan 13, 2021Copper Contributor
Looking for Similar Characters in Cell
Hi all, I need some help writing a formula. In one cell, let's call it A1, is a 5-digit number. In another cell, let's call it B1, is a list of 5-digit numbers separated by commas. A1 - ...
HansVogelaar
Jan 13, 2021MVP
jllucas2
Jan 14, 2021Copper Contributor
HansVogelaar If the commas were replaced with carrots, (^) in cell B2, would this formula still work if I change the commas to carrots?
- HansVogelaarJan 14, 2021MVP
In general, replace both instances of "," with the delimiter in B2.
If it is ^, use "^". If it is |, use "|", etc.