Skip to main content

Reply to "Data Table Practice!"

quote:
Currently I search the string for a '(' and then back up one.
I mis-stated that. I search for ')' and include it!

quote:
If-then-else?
If string length>15, truncate at 15

I'm using Lotus, really REALLY different than Excel.

@LEFT(+B60,@FIND("(",+B60,0))&@REPEAT(" ",15-@LENGTH(@LEFT(+B60,@FIND("(",+B60,0))))

that takes the name out of the string and pads short names with spaces to make all short names 15 characters long. B60 is the original string.

Clear as mud ? Big Grin



[This message was edited by Puppy Raiser on January 15, 2004 at 08:08 AM.]
Last edited {1}
×
×
×
×