Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 18 May 2009 12:19:29 +0100, "Peter T" <peter_t@discussions wrote:
I don't fully follow the objective but based solely on your examples, it looks like all you need to do is compare the left half with the right half. You could do that with a VBA (could be a UDF) or with a simple formula, eg =IF(LEFT(A1,LEN(A1)/2)=RIGHT(A1,LEN(A1)/2),LEFT(A1,LEN(A1)/2),A1) Very simple, and neat. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicate phrases in one cell | Excel Programming | |||
Finding Duplicate Phrases in a File | Excel Worksheet Functions | |||
How to insert random phrases | Excel Worksheet Functions | |||
How to Replace Numbers with Phrases | Excel Discussion (Misc queries) | |||
How to Replace Numbers with Phrases | Excel Discussion (Misc queries) |