Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
If you use a Helper Column, you can do the Formula below. Then Copy the
Results and use Edit Paste Special to get the Values. then delete the original data, if necessary. =IF(LEN(A1)=4,LEFT(A1,2),LEFT(A1,1)) If you are doing this with numbers, you may want to use a slight variation: =VALUE(IF(LEN(A1)=4,LEFT(A1,2),LEFT(A1,1))) tj "Patrick" wrote: I have a column with numbers that are either 3 or 4 characters in length. I would Like to delete just the last two characters. Is there an easy way to do this? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
255 characters in a cell | Excel Discussion (Misc queries) | |||
Extract hyperlink string from excel cell | Links and Linking in Excel | |||
#### error if cell has more than 255 characters | Excel Discussion (Misc queries) | |||
How do you extract numbers from a string of chacters in a cell (E. | Excel Worksheet Functions | |||
Add a string to a cell | Excel Worksheet Functions |