Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is this easy to do? The last seven characters are constants, I just
want what precedes them... DubboPete |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
give this a try
=MID(A1,1,LEN(A1)-7) -- Gary Keramidas Excel 2003 "DubboPete" wrote in message ... Is this easy to do? The last seven characters are constants, I just want what precedes them... DubboPete |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Feb 2, 3:04*pm, "Gary Keramidas" wrote:
give this a try =MID(A1,1,LEN(A1)-7) -- Gary Keramidas Excel 2003 "DubboPete" wrote in message ... Is this easy to do? * The last seven characters are constants, I just want what precedes them... DubboPete- Hide quoted text - - Show quoted text - Just the ticket, thanks Gary! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Or more simply
=LEFT(A1,LEN(A1)-7) -- David Biddulph Gary Keramidas wrote: give this a try =MID(A1,1,LEN(A1)-7) "DubboPete" wrote in message ... Is this easy to do? The last seven characters are constants, I just want what precedes them... DubboPete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trim characters | Excel Worksheet Functions | |||
Trim Characters Other Than An Empty Space At The End Of A Cell | Excel Worksheet Functions | |||
Trim hidden characters? | Excel Worksheet Functions | |||
How do you trim characters? | Excel Worksheet Functions | |||
trim a string by specific number of characters | Excel Discussion (Misc queries) |