+ Reply to Thread
Results 1 to 6 of 6

using a vlookup, can i use isblank to show an empty cell

  1. #1
    Sandy
    Guest

    using a vlookup, can i use isblank to show an empty cell

    I am trying to create an excel solution using a vlook up, but in the formula
    cell i would like to cell to be blank if nothing has been entered in the
    reference cell

    Thanks
    Sandy

  2. #2
    Trevor Shuttleworth
    Guest

    Re: using a vlookup, can i use isblank to show an empty cell

    Sandy

    =IF(B2="","",VLOOKUP(B2,....)

    Regards

    Trevor


    "Sandy" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to create an excel solution using a vlook up, but in the
    >formula
    > cell i would like to cell to be blank if nothing has been entered in the
    > reference cell
    >
    > Thanks
    > Sandy




  3. #3
    L. Howard Kittle
    Guest

    Re: using a vlookup, can i use isblank to show an empty cell

    Hi Sandy,

    Try this format with ranges to suit your sheet.

    =IF(ISNA(VLOOKUP(B2,$H$4:$I$18,2,FALSE)),"",VLOOKUP(B2,$H$4:$I$18,2,FALSE))

    HTH
    Regards,
    Howard

    "Sandy" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to create an excel solution using a vlook up, but in the
    >formula
    > cell i would like to cell to be blank if nothing has been entered in the
    > reference cell
    >
    > Thanks
    > Sandy




  4. #4
    Biff
    Guest

    Re: using a vlookup, can i use isblank to show an empty cell

    Hi!

    A1 = lookup value (reference cell)

    Try this:

    =IF(A1="","",your_vlookup_formula_here))

    Biff

    "Sandy" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to create an excel solution using a vlook up, but in the
    >formula
    > cell i would like to cell to be blank if nothing has been entered in the
    > reference cell
    >
    > Thanks
    > Sandy




  5. #5
    Sandy
    Guest

    Re: using a vlookup, can i use isblank to show an empty cell

    Hi Trevor,

    Thanks very much for the solution, it worked a treat

    Thanks Again
    Sandy

    "Trevor Shuttleworth" wrote:

    > Sandy
    >
    > =IF(B2="","",VLOOKUP(B2,....)
    >
    > Regards
    >
    > Trevor
    >
    >
    > "Sandy" <[email protected]> wrote in message
    > news:[email protected]...
    > >I am trying to create an excel solution using a vlook up, but in the
    > >formula
    > > cell i would like to cell to be blank if nothing has been entered in the
    > > reference cell
    > >
    > > Thanks
    > > Sandy

    >
    >
    >


  6. #6
    Trevor Shuttleworth
    Guest

    Re: using a vlookup, can i use isblank to show an empty cell

    You're welcome. Thanks for the feedback


    "Sandy" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Trevor,
    >
    > Thanks very much for the solution, it worked a treat
    >
    > Thanks Again
    > Sandy
    >
    > "Trevor Shuttleworth" wrote:
    >
    >> Sandy
    >>
    >> =IF(B2="","",VLOOKUP(B2,....)
    >>
    >> Regards
    >>
    >> Trevor
    >>
    >>
    >> "Sandy" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I am trying to create an excel solution using a vlook up, but in the
    >> >formula
    >> > cell i would like to cell to be blank if nothing has been entered in
    >> > the
    >> > reference cell
    >> >
    >> > Thanks
    >> > Sandy

    >>
    >>
    >>




+ 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