+ Reply to Thread
Results 1 to 2 of 2

Hiding formulas

  1. #1
    Dee
    Guest

    Hiding formulas

    I need to create a spreadsheet that will track Drug shipped to an
    investigator's site. Also on this spreadsheet I need to use some calculations
    to determine how much drug is being used per subject. My question is, in
    Cells d2, e2 and f2 I have vlookups and caculations. Is there a way to copy
    the formulas down the column but not have "N/A" or "Name" appear in these
    columns because they are caculated when I add informatin to cell C2 etc. I
    would like to put the formulas in and have the cells not show anything until
    I add my information in column C. Any suggestions would be helpful.

    Thanks very much for your help.

    Best regards,

    Dee



  2. #2
    dtbill21
    Guest

    RE: Hiding formulas

    You can use something like so:

    if(c2<>"",vlookup(...),"")

    which will return "" if c2 doesn't have a value


    "Dee" wrote:

    > I need to create a spreadsheet that will track Drug shipped to an
    > investigator's site. Also on this spreadsheet I need to use some calculations
    > to determine how much drug is being used per subject. My question is, in
    > Cells d2, e2 and f2 I have vlookups and caculations. Is there a way to copy
    > the formulas down the column but not have "N/A" or "Name" appear in these
    > columns because they are caculated when I add informatin to cell C2 etc. I
    > would like to put the formulas in and have the cells not show anything until
    > I add my information in column C. Any suggestions would be helpful.
    >
    > Thanks very much for your help.
    >
    > Best regards,
    >
    > Dee
    >
    >


+ 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