Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am looking for a way to truncate information in parenthesis in a cell. Everything that is to the right of the first parenthesis should be removed. Any ideas ? Nde |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 27, 4:02 pm, Nde wrote:
Hi, I am looking for a way to truncate information in parenthesis in a cell. Everything that is to the right of the first parenthesis should be removed. Any ideas ? Nde In A1, put this value: ="Test(1,2,3)" In A2, put this formula: =MID(A1,1,SEARCH("(",A1)) Now A2 contains "Test(" If you are trying to actually lose the hidden content, you'll need to copy cell A2 and paste-special it back as "Values" and then delete the contents of A1. I think this is the concept you need. Brian Herbert Withun |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Truncate a data entry cell | Excel Discussion (Misc queries) | |||
Truncate within a cell | Excel Worksheet Functions | |||
how do i truncate text-- create cell with only 125 charecters | Excel Worksheet Functions | |||
Truncate Cell text all the time | Excel Programming | |||
truncate data on cell ? | Excel Programming |