Forum Discussion

kamjam's avatar
kamjam
Copper Contributor
Mar 28, 2018
Solved

excel help needed

Hi. I don't really use excel at work...until now.  I have been given task and I am stuck.it will take me ages to do it manually, I thought you guys could help me to create formula. so the 1st spreadsheet i have id number (column a), I have to fill store code column (column b).the id number is on another spreadsheet- column a id number column b store code. so now i would have to copy the id number from spreadheet one , search it on spreadheet 2 find the store code and paste it to spreadheet 1 . hope this make sense 

 

  • It is obvious that your lookup value is number but stored as text and the data where you are looking for values are numbers stored as number.

    so either you need to change the lookup values back to numbers or simply you can revise your formula like this =VLOOKUP(VALUE(B2),................................... rest of reference

    simply wrapping B2 with VALUE(B2) will solve it. Also in your formula you are using entire column reference like A:B which slows down your workbook. It is important to use Excel Tables, or only select the ranges with data instead of whole column reference.

13 Replies

  • Jennifer Jones's avatar
    Jennifer Jones
    Copper Contributor

    This is common issue faced by the Excel users; however this commonly faced when you try copy data from a merged cell range and paste into non-merged cells.

    The easy way to resolve this is restart the Excel file, save the Excel workbook > close Excel and the Open the Excel file.

    Apart from that try disabling the Macro Express application. Macro Express is a Windows-based application, this permits the users to record, edit and play back mouse and keyboard macros.

    And running the Macros Express program in the background causes the errors. So simply check for the background running programs in your Windows OS and disable the Macro Express.

     

    Source: http://www.repairmsexcel.com/blog/resolve-excel-cannot-copy-paste-data-error

    • kamjam's avatar
      kamjam
      Copper Contributor

      Hi Jamil

       

      the problem is I don't how to create v lookup formula . 

Resources