Automatically printing psted text over 250 characters to another cell

  • Thread starter Thread starter Hobart007
  • Start date Start date
H

Hobart007

The title pretty much summarizes it. I have been messing around tryin
to get this to work all day and the solution to me seems to be to us
the 'LEN' command to get the number of characters pasted into the cel
and then subtract 250 from that number. If the result is > 0 the
print all text over 250 characters to the cell directly to the right o
the first cell.

I don't know the syntax for it but here is the process I am looking fo
help on:

if (LEN - 250) is > 0 then (use the right command and the result o
(LEN-250) to print the remaining text to the cell directly to the righ
of the first cell)

I would greatly appreciate any help anyone can give me on thi
headache. :confused
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top