+ Reply to Thread
Results 1 to 10 of 10

Problem with destination format paste

  1. #1
    Registered User
    Join Date
    03-15-2013
    Location
    Canada
    MS-Off Ver
    MS Office 2013 Professional
    Posts
    18

    Problem with destination format paste

    For my spreadsheet, in which I pull rankings of players from different sources, I wanted to copy the table from the rankings website (pasting with destination formatting) and then use an index/match to find the player's ranking from that table, after which I would paste the result as a value and delete the table. What I've discovered, though, is that the "Name" column text from the source is for some reason not being recognized by the index/match formula
    The text I imported shows a player in the format "Name (Team/Bye)", like for example, "Jimmy Graham (NO/7)" . So, being that I have all that data in my table already, I went ahead and in the "lookup value" of the index/match, put "CONCATENATE([@First]," ",[@Last]," (",[@Team],"/",[@Bye]). This, to my eye, made the value in the formula match the value in the imported table exactly. However, this returned #N/A, as if to say it couldn't find that value in the range.
    Even stranger now, I found that when I go and manually overwrite the imported name cells with the exact same text as it already has, the formula then works. But I really don't want to do that for every name I import.

    How do I fix this?

    (in case you need it, this is the formula I have, where the S column is the imported names, and V is the imported ranking: =INDEX($V$11:$V$60,MATCH(CONCATENATE([@First]," ",[@Last]," (",[@Team],"/",[@Bye]),$S$11:$S$60,0)) )
    Last edited by leafs4life22; 07-13-2013 at 01:57 AM.

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Problem with destination format paste

    What you are trying to describe, is according your point of view.. so, it we gave answer, that also respective of your eye.

    Can you please show us the data.. so that we can think/write according to our point of view..

    Yes.. "requesting to uopload sample file with expected output, "
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Registered User
    Join Date
    03-15-2013
    Location
    Canada
    MS-Off Ver
    MS Office 2013 Professional
    Posts
    18

    Re: Problem with destination format paste

    Stripped it down to only what we need to figure this out, with the #N/A still there. Try taking the cell "Calvin Johnson (DET/9)" and actually typing that in and see what happens. The #N/A will turn into a 1 most likely, at least that's what's been happening to me.

    PS. for some reason, Excel had me save it as a binary workbook because "there is a formula that exceeds the 8000whatever character limit", even though I have no such formulas. Weird.
    Attached Files Attached Files
    Last edited by leafs4life22; 07-13-2013 at 02:13 AM.

  4. #4
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Problem with destination format paste

    Try this...

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


    * CHAR(160)..

    will discuss after your check and confirmation.. and I will give you another solution to Remove All that cahracter..

  5. #5
    Registered User
    Join Date
    03-15-2013
    Location
    Canada
    MS-Off Ver
    MS Office 2013 Professional
    Posts
    18

    Re: Problem with destination format paste

    Worked. Now... explain yourself!

  6. #6
    Registered User
    Join Date
    03-15-2013
    Location
    Canada
    MS-Off Ver
    MS Office 2013 Professional
    Posts
    18

    Re: Problem with destination format paste

    Oh and I now feel like an idiot for having that needless concatenate formula in there... Live and learn I guess.

  7. #7
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Problem with destination format paste

    Ok leafs4life22!

    Whenever you copy something from WEB, a   (Non-Breakable Space) was sometime copied with it..
    If you check each character's CODE, you can find it..

    Copy J1: J141 and paste in WORD.
    Now just Find & Replace
    Find ^s " Shift 6 & Small letter s"
    Replace ("Space")

    It will remove all NBSP and now again Copy from Word and paste in Excel..

  8. #8
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Problem with destination format paste

    Ok leafs4life22!

    Whenever you copy something from WEB, a   (Non-Breakable Space) was sometime copied with it..
    If you check each character's CODE, you can find it..

    Copy J1: J141 and paste in WORD.
    Now just Find & Replace
    Find ^s " Shift 6 & Small letter s"
    Replace ("Space")

    It will remove all NBSP and now again Copy from Word and paste in Excel..

  9. #9
    Registered User
    Join Date
    03-15-2013
    Location
    Canada
    MS-Off Ver
    MS Office 2013 Professional
    Posts
    18

    Re: Problem with destination format paste

    Thanks so much, that worked perfectly. Saved me a lot of time now and in the future.

  10. #10
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Problem with destination format paste

    Thanks for feedback..

    BTW, no need to say thanks.. just press the (*) to add reputation,
    Thats the actual way to say thanks in this forum..

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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