• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

problem copying this stuff down?

wannabe_guru

New Member
is there an easier way to get this info copied?

i guess my problem is that, they aren't just one cell space between them, some have multiple some have just one, some have none. is there a way to copy this information into teach cell faster than doing it one by one?

[pre]
Code:
14151ABC PROJECT	14151AB

14152ABC PROJECT	14152AB

14153ABC PROJECT	14153AB

14154ABC PROJECT	14154AB
[/pre]
 
Hi wannabe_guru,


..Or alternatively you may also use this:


Code:
=SUBSTITUTE(A1,"PROJECT","")


..Where A1 contains 14151ABC PROJECT
. BTW senthilkumar_rm's one is better with regard that it leaves no extra spaces before word "PROJECT". Thumbs Up senthilkumar_rm :)!


Regards,

Faseeh
 
sorry, i think we missed the mark here by a long shot.


what should happen is the copy down for the project.


i think it was using the copy special functionality for blanks and pasting in the formula.
 
Back
Top