+ Reply to Thread
Results 1 to 3 of 3

Help With #n/a From Vlookup

  1. #1
    Registered User
    Join Date
    06-23-2005
    Posts
    86

    Help With #n/a From Vlookup

    Hi,
    Can anyone help me please?
    I am doing a VLOOKUP against a Pivot Table which works fine, although if the value does not appear I get the Classic "#N/A" as a result!
    The Formula I'm using is VLOOKUP("total",'UK'!D:H,2,FALSE) but if doesnt appear how can I get it to return a "0".

    Please can anybody help me?
    Thanks
    Mark

  2. #2
    Roger Govier
    Guest

    Re: Help With #n/a From Vlookup

    Hi Mark

    Try
    =IF(ISNA(VLOOKUP("total",'UK'!D:H,2,FALSE)),0,VLOOKUP("total",'UK'!D:H,2,FALSE))

    --
    Regards

    Roger Govier


    "certain_death"
    <[email protected]> wrote in
    message
    news:[email protected]...
    >
    > Hi,
    > Can anyone help me please?
    > I am doing a VLOOKUP against a Pivot Table which works fine, although
    > if the value does not appear I get the Classic "#N/A" as a result!
    > The Formula I'm using is VLOOKUP("total",'UK'!D:H,2,FALSE) but if
    > doesnt appear how can I get it to return a "0".
    >
    > Please can anybody help me?
    > Thanks
    > Mark
    >
    >
    > --
    > certain_death
    > ------------------------------------------------------------------------
    > certain_death's Profile:
    > http://www.excelforum.com/member.php...o&userid=24561
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=500098
    >




  3. #3
    Registered User
    Join Date
    06-23-2005
    Posts
    86

    Many Thanks Indeed Roger!!

    Roger,

    You are indeed a genius my friend.....

    Worked a treat.......!

    Thanks very much....

    Forever in your debt......
    Regards
    Mark

+ 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