Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Im making some ebay listings so I need to make all titles 55 characters or less. How Would one go about this? I cant seem to find the Truncate function in excel is there even one? -- sparkroms ------------------------------------------------------------------------ sparkroms's Profile: http://www.excelforum.com/member.php...o&userid=25037 View this thread: http://www.excelforum.com/showthread...hreadid=385765 |
#2
![]() |
|||
|
|||
![]()
How about: =RIGHT(A1,55)
Regards, KL "sparkroms" wrote in message ... Im making some ebay listings so I need to make all titles 55 characters or less. How Would one go about this? I cant seem to find the Truncate function in excel is there even one? -- sparkroms ------------------------------------------------------------------------ sparkroms's Profile: http://www.excelforum.com/member.php...o&userid=25037 View this thread: http://www.excelforum.com/showthread...hreadid=385765 |
#3
![]() |
|||
|
|||
![]()
Opps! correction:
=LEFT(A1,55) KL "KL" wrote in message ... How about: =RIGHT(A1,55) Regards, KL "sparkroms" wrote in message ... Im making some ebay listings so I need to make all titles 55 characters or less. How Would one go about this? I cant seem to find the Truncate function in excel is there even one? -- sparkroms ------------------------------------------------------------------------ sparkroms's Profile: http://www.excelforum.com/member.php...o&userid=25037 View this thread: http://www.excelforum.com/showthread...hreadid=385765 |
#4
![]() |
|||
|
|||
![]() You could try a helper column which had =Left(A1,55) -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=385765 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) | |||
Check data on colum A and find match on colum b | Excel Discussion (Misc queries) | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) | |||
Exported File truncating cell data after 255 characters | Excel Discussion (Misc queries) | |||
lookup in colum a and compare values in colum b | Excel Worksheet Functions |