+ Reply to Thread
Results 1 to 4 of 4

Copying from one sheet to another

  1. #1
    Forum Contributor
    Join Date
    01-31-2011
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    191

    Copying from one sheet to another

    Hello All, I want to copy selected words from my Comparative worksheet to another worksheet 2 of the same file Im using this formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    and Im only getting this words "900 mL 0.01N HCl"

    and I want to copy this words "in 900 mL 0.01N HCl, 700mL (2hrs)→ Phosphate Buffer pH6.8 with SLS (0.5%)"

    Thanks in Advance.
    Attached Files Attached Files
    Last edited by thong127; 11-30-2018 at 02:27 PM.

  2. #2
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Copying from one sheet to another

    What your formula is doing is extracting a sub-string starting after the first "space" character and ending at the first comma encountered. This matches with the result you actually see.

    I can't intuit what your formula is meant to do as opposed to what it is actually doing.

    You need to explain your intent and/or provide more than the one example you have so far provided.

  3. #3
    Forum Contributor
    Join Date
    01-31-2011
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    191

    Re: Copying from one sheet to another

    Hi Geoff,

    I just want to extract this word "in 900 mL 0.01N HCl, 700mL (2hrs)→ Phosphate Buffer pH6.8 with SLS (0.5%)"
    from the in 900 mL 0.01N HCl, 700mL (2hrs)→ Phosphate Buffer pH6.8 with SLS (0.5%)Paddle, 50rpm, 37°C by HPLC Analysis

    Thank you

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Copying from one sheet to another

    .
    This formula will give you what you are seeking :

    =LEFT(A1,73)

    But, if anything in the string changes (position or length of the string), the formula will most likely not provide what you are seeking.

    Example: if the first word "in" is no longer present at the beginning of the string,the formula as written will give you :

    900 mL 0.01N HCl, 700mL (2hrs)→ Phosphate Buffer pH6.8 with SLS (0.5%)Pa Note there is a space at the beginning of the line and
    now there is also the "Pa" at the end.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Copying Charts without Copying Source Sheet
    By Bhujanga in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-05-2018, 05:46 PM
  2. Replies: 4
    Last Post: 05-12-2017, 09:24 AM
  3. Copying & pasting a current region to another sheet w/o actually copying.....
    By Excel_vba in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-15-2014, 09:08 PM
  4. [SOLVED] Code from tigeravatar ,Copying data from one sheet and copying it
    By DanielRay in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 12-07-2012, 03:07 PM
  5. [SOLVED] Copying a sheet without copying the command buttons
    By LeapingLizard in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 10-27-2012, 09:17 AM
  6. Copying a template sheet and putting those multiple sheets data into a summary sheet
    By John Wolfe in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2011, 06:29 PM
  7. [SOLVED] Copying cells from on sheet to another sheet (via sheet module)
    By CRayF in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-20-2005, 04:05 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1