+ Reply to Thread
Results 1 to 3 of 3

Vlookup/networkdays

  1. #1
    Forum Contributor
    Join Date
    02-24-2005
    Posts
    154

    Vlookup/networkdays

    =VLOOKUP(F263,'Mobile TRG Rate Card'!$A$2:$G$18,AC263,FALSE)*L263
    Is there anyway that a VLOOKUP can be copied into a cell that hasn't got its dependent cells populated yet, so that it dosn't display #N/A.
    The above is an example of what I am using.
    Also =NETWORKDAYS(H263,I263,T263:AA263) puts a "0" in a cell while waiting for its dependant cells to be populated. I would like the cell to be blank untill it receives its dependant data.
    Is any of this possible?

  2. #2
    Niek Otten
    Guest

    Re: Vlookup/networkdays

    =IF(ISNA(YourFormula),"",YourFormula)
    =IF(YourFormula=0,"",YourFormula)

    --
    Kind regards,

    Niek Otten

    "grahammal" <[email protected]> wrote in message
    news:[email protected]...
    >
    > =VLOOKUP(F263,'Mobile TRG Rate Card'!$A$2:$G$18,AC263,FALSE)*L263
    > Is there anyway that a VLOOKUP can be copied into a cell that hasn't
    > got its dependent cells populated yet, so that it dosn't display #N/A.
    > The above is an example of what I am using.
    > Also =NETWORKDAYS(H263,I263,T263:AA263) puts a "0" in a cell while
    > waiting for its dependant cells to be populated. I would like the cell
    > to be blank untill it receives its dependant data.
    > Is any of this possible?
    >
    >
    > --
    > grahammal
    > ------------------------------------------------------------------------
    > grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
    > View this thread: http://www.excelforum.com/showthread...hreadid=521378
    >




  3. #3
    Forum Contributor
    Join Date
    02-24-2005
    Posts
    154

    Thankyou Niek

    Your a diamond, it works perfectly.
    Pete

+ 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