H
Hipsway
I have a catalogue which I need to upload into a purchase orderin
system. However field length for description is limited to 4 lines o
40 characters. All of the descriptions are less than 80 characters s
need only be split into two.
The problem I am encountering is that once I use the Left function t
take the first 40 characters and the RIGHT funtion in conjuction wit
LEN for the remainder the split often occurs part way through words.
Is it possible to use these functions to also find the nearest space t
use as the split point?
The two formulae used are below;
LEFT(B1,40)
and
=IF(C1<40,"",RIGHT(B1,(C1-40))) "where C1 is LEN(B1)"
I would appreciate any assistance
Ke
system. However field length for description is limited to 4 lines o
40 characters. All of the descriptions are less than 80 characters s
need only be split into two.
The problem I am encountering is that once I use the Left function t
take the first 40 characters and the RIGHT funtion in conjuction wit
LEN for the remainder the split often occurs part way through words.
Is it possible to use these functions to also find the nearest space t
use as the split point?
The two formulae used are below;
LEFT(B1,40)
and
=IF(C1<40,"",RIGHT(B1,(C1-40))) "where C1 is LEN(B1)"
I would appreciate any assistance
Ke