+ Reply to Thread
Results 1 to 6 of 6

vlookup requires a one by one manual copy per celll to work

  1. #1
    Registered User
    Join Date
    01-26-2012
    Location
    Santiago, Chile
    MS-Off Ver
    Excel 97-2003
    Posts
    2

    vlookup requires a one by one manual copy per celll to work

    Hello all,

    I have two HUGE spreadsheet that I use for financial analysis. I have reduced the size in the attached versions to clearly identify my issue.

    In the spreadsheet "allotment test", in order for the formula to work, I have to copy the complete cell in column M to the corresponding cell in Column A of the "office test".

    This allows the formula to work. However, a copy of the format does not change the other cells. How can I easily fix this (otherwise, I would have to update 600 cells one by one).

    Thanks,

    Loretooffice test.xlsxallotment test.xlsx
    Last edited by Loreto; 01-27-2012 at 11:33 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: vlookup requires a one by one manual copy per celll to work

    Your dilemma isn't really clear.

    Which formula is not working? Can you elaborate a bit?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: vlookup requires a one by one manual copy per celll to work

    Your dilemma isn't really clear.

    Which formula is not working? Can you elaborate a bit?

  4. #4
    Registered User
    Join Date
    01-26-2012
    Location
    Santiago, Chile
    MS-Off Ver
    Excel 97-2003
    Posts
    2

    Re: vlookup requires a one by one manual copy per celll to work

    To clarify, in the spreadsheet "Allotment Test", my objective is for the formula vlookup to work with columns B and D.

    So, what I have done, since the formula isn't working, is copy the cell in column M (activity number) on this sheet (allotment test) and paste it on top of the same number on "Office Test" in column A.

    At this point, the formula works for that specific activity code. However, the real spreadsheet is 600 rows long. I cannot copy-paste all day. And unfortunately the copy-format function will not work. Any suggestions?

    I hope that this clarifies my issue.

    Thanks for looking.

    Loreto

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: vlookup requires a one by one manual copy per celll to work

    In column A of the office test.xlsx workbook, you have trailing space (ASCII char 160) at end of each word... you should remove them.

    If all the codes are the same length, you can use Data|Text to Columns, select Fixed width, click Next, click in the Viewing Pane right after the codes, click Next,

    Select second column in viewing pane, then select do not import column(skip) and click Finish.

    alternatively, if all of them are always going to have that trailing invisible char, change Vlookup to:

    =VLOOKUP(M11&CHAR(160),'[office test.xlsx]RLC-SLC-SLM'!$A:$IV,4,FALSE)

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: vlookup requires a one by one manual copy per celll to work

    In column A of the office test.xlsx workbook, you have trailing space (ASCII char 160) at end of each word... you should remove them.

    If all the codes are the same length, you can use Data|Text to Columns, select Fixed width, click Next, click in the Viewing Pane right after the codes, click Next,

    Select second column in viewing pane, then select do not import column(skip) and click Finish.

    alternatively, if all of them are always going to have that trailing invisible char, change Vlookup to:

    =VLOOKUP(M11&CHAR(160),'[office test.xlsx]RLC-SLC-SLM'!$A:$IV,4,FALSE)

+ 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