Consulting

Results 1 to 5 of 5

Thread: COPY FROM CELL

  1. #1
    VBAX Tutor
    Joined
    Dec 2009
    Posts
    295
    Location

    COPY FROM CELL

    Hello

    i need some help with formula
    i need to copy data from the cell "B1" every thing that on the right of ":"
    the answer from the cell "B1" is JACOB and paste it in the the same sheet no differant in wich cell

    attached the file

    thanks

  2. #2
    VBAX Tutor
    Joined
    Dec 2009
    Posts
    295
    Location
    SORRY

    FOR THE ATTACHMENT
    ATTACHED FILE

  3. #3
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,060
    Location
    Please don't type with your CAPS on! THis is not the first time that I've asked you about this.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  4. #4
    VBAX Tutor
    Joined
    Dec 2009
    Posts
    295
    Location
    ok sorry

  5. #5
    Knowledge Base Approver VBAX Guru GTO's Avatar
    Joined
    Sep 2008
    Posts
    3,368
    Location
    Well, as long as there's only one colon, have you tried:

    =RIGHT(B1,LEN(B1)-FIND(":",B1))

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •