+ Reply to Thread
Results 1 to 3 of 3

Change the "false" to "future"?

  1. #1
    BruceM
    Guest

    Change the "false" to "future"?

    In formula,
    Test if <>0 then do sum,
    If it is in fact "0", then the result is "false",
    Can I have it report "future" or even just "0" instead? How?
    Do I need 2 "ifs"?

    Thankyou.........



  2. #2
    Dave Peterson
    Guest

    Re: Change the "false" to "future"?

    if(a1<>0,sum(x1:x99),"Future")

    or maybe:

    =if(sum(x1:x99)<>0,sum(x1:x99),"Future")



    BruceM wrote:
    >
    > In formula,
    > Test if <>0 then do sum,
    > If it is in fact "0", then the result is "false",
    > Can I have it report "future" or even just "0" instead? How?
    > Do I need 2 "ifs"?
    >
    > Thankyou.........


    --

    Dave Peterson

  3. #3
    BruceM
    Guest

    Re: Change the "false" to "future"?

    Thankyou Dave



    "Dave Peterson" <[email protected]> wrote in message
    news:[email protected]...
    > if(a1<>0,sum(x1:x99),"Future")
    >
    > or maybe:
    >
    > =if(sum(x1:x99)<>0,sum(x1:x99),"Future")
    >
    >
    >
    > BruceM wrote:
    >>
    >> In formula,
    >> Test if <>0 then do sum,
    >> If it is in fact "0", then the result is "false",
    >> Can I have it report "future" or even just "0" instead? How?
    >> Do I need 2 "ifs"?
    >>
    >> Thankyou.........

    >
    > --
    >
    > Dave Peterson




+ 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