+ Reply to Thread
Results 1 to 9 of 9

Modify a Formula to Display Blank

  1. #1
    Barb Reinhardt
    Guest

    Re: Modify a Formula to Display Blank

    Try this

    =IF(ISNA(Sheet2!C5)=TRUE,"",IF(Sheet2!C5=0,"Sell","Buy"))

    "carl" <[email protected]> wrote in message
    news:[email protected]...
    >I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  2. #2
    Anne Troy
    Guest

    Re: Modify a Formula to Display Blank

    =IF(ISBLANK(SHEET2!C5),"",IF(SHEET2!C5-0,"Sell","Buy"))
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "carl" <[email protected]> wrote in message
    news:[email protected]...
    > I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  3. #3
    Barb Reinhardt
    Guest

    Re: Modify a Formula to Display Blank

    Try this

    =IF(ISNA(Sheet2!C5)=TRUE,"",IF(Sheet2!C5=0,"Sell","Buy"))

    "carl" <[email protected]> wrote in message
    news:[email protected]...
    >I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  4. #4
    Anne Troy
    Guest

    Re: Modify a Formula to Display Blank

    =IF(ISBLANK(SHEET2!C5),"",IF(SHEET2!C5-0,"Sell","Buy"))
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "carl" <[email protected]> wrote in message
    news:[email protected]...
    > I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  5. #5
    Barb Reinhardt
    Guest

    Re: Modify a Formula to Display Blank

    Try this

    =IF(ISNA(Sheet2!C5)=TRUE,"",IF(Sheet2!C5=0,"Sell","Buy"))

    "carl" <[email protected]> wrote in message
    news:[email protected]...
    >I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  6. #6
    Anne Troy
    Guest

    Re: Modify a Formula to Display Blank

    =IF(ISBLANK(SHEET2!C5),"",IF(SHEET2!C5-0,"Sell","Buy"))
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "carl" <[email protected]> wrote in message
    news:[email protected]...
    > I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  7. #7
    carl
    Guest

    Modify a Formula to Display Blank

    I use this formula:

    =IF(Sheet2!C5=0;"Sell";"Buy")

    if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    possible ?

    Thank you in advance.

  8. #8
    Barb Reinhardt
    Guest

    Re: Modify a Formula to Display Blank

    Try this

    =IF(ISNA(Sheet2!C5)=TRUE,"",IF(Sheet2!C5=0,"Sell","Buy"))

    "carl" <[email protected]> wrote in message
    news:[email protected]...
    >I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




  9. #9
    Anne Troy
    Guest

    Re: Modify a Formula to Display Blank

    =IF(ISBLANK(SHEET2!C5),"",IF(SHEET2!C5-0,"Sell","Buy"))
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "carl" <[email protected]> wrote in message
    news:[email protected]...
    > I use this formula:
    >
    > =IF(Sheet2!C5=0;"Sell";"Buy")
    >
    > if Sheet2!C5 is #N/A I would like the formula to return a blank. Is it
    > possible ?
    >
    > Thank you in advance.




+ 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