+ Reply to Thread
Results 1 to 3 of 3

error N/A

  1. #1
    nospam
    Guest

    error N/A

    Hi,
    I am using the following formula in a cell AJ44

    =IF(AJ43<>"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE),"")

    if I have a value in aj43 that is not in the vlookup table range then
    aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
    as empty.

    how can I make the cell AJ44 be blank but still leave a value in aj43?


  2. #2
    Richard Buttrey
    Guest

    Re: error N/A

    On Mon, 12 Sep 2005 23:32:41 +0100, nospam <[email protected]>
    wrote:

    >Hi,
    >I am using the following formula in a cell AJ44
    >
    >=IF(AJ43<>"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE),"")
    >
    >if I have a value in aj43 that is not in the vlookup table range then
    >aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
    >as empty.
    >
    >how can I make the cell AJ44 be blank but still leave a value in aj43?



    =IF(ISERROR(VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE)),"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE))

    Rgds
    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  3. #3
    nospam
    Guest

    Re: error N/A

    Thank you Richard, I owe you a beer.


    Richard Buttrey <[email protected]> writes
    >On Mon, 12 Sep 2005 23:32:41 +0100, nospam <[email protected]>
    >wrote:
    >
    >>Hi,
    >>I am using the following formula in a cell AJ44
    >>
    >>=IF(AJ43<>"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE),"")
    >>
    >>if I have a value in aj43 that is not in the vlookup table range then
    >>aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
    >>as empty.
    >>
    >>how can I make the cell AJ44 be blank but still leave a value in aj43?

    >
    >
    >=IF(ISERROR(VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE)),"",VLOOKUP(AJ43,$A$3:$AG
    >$28,33,FALSE))
    >
    >Rgds
    >__
    >Richard Buttrey
    >Grappenhall, Cheshire, UK
    >__________________________



+ 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