Consulting

Results 1 to 3 of 3

Thread: VLOOKUP returns #N/A

  1. #1
    VBAX Newbie
    Joined
    Mar 2014
    Posts
    2
    Location

    VLOOKUP returns #N/A

    I'll attach the workbook, in the invoices worksheet, column D you'll see that most of the column is N/A, I can't figure out where it went wrong.
    Attached Files Attached Files

  2. #2
    You haven't locked your ranges. Easy mistake to make.

    Go to Cell D4 (Your first vlookup formula) on your INVOICES tab... and left click on A4 in your formula, and press F4, do the same with B7 in the formula...
    Your formula will now look like:

    =VLOOKUP(C4,Commission!$A$4:$B$7,2,FALSE)*F4
    Notice the dollar signs. This means that when you drag the formula down, these cells WONT change now... This is why you were having the #N/A problem before.

  3. #3
    VBAX Newbie
    Joined
    Mar 2014
    Posts
    2
    Location
    thankyou

Posting Permissions

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