+ Reply to Thread
Results 1 to 5 of 5

How do I change FALSE values to 0?

  1. #1
    Redleg40
    Guest

    How do I change FALSE values to 0?

    How do change values of TRUE or FALSE to 0?

  2. #2
    Jambruins
    Guest

    RE: How do I change FALSE values to 0?

    what is the formula you are using?


    "Redleg40" wrote:

    > How do change values of TRUE or FALSE to 0?


  3. #3
    Redleg40
    Guest

    RE: How do I change FALSE values to 0?

    =IF(AD7<0,AD7*-1)
    &
    =IF(AD13>=0,AD13)

    "Jambruins" wrote:

    > what is the formula you are using?
    >
    >
    > "Redleg40" wrote:
    >
    > > How do change values of TRUE or FALSE to 0?


  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,416
    Put a 0 in for the value_if_false argument. Standard IF syntax: =IF(condition,value_if_true,value_if_false), so for your first formula: =IF(AD7<0,AD7*-1,0)

  5. #5
    Dave Peterson
    Guest

    Re: How do I change FALSE values to 0?

    =IF(AD7<0,AD7*-1,0)
    &
    =IF(AD13>=0,AD13,0)

    I'm not sure I understand about changing True to 0, though.

    Redleg40 wrote:
    >
    > =IF(AD7<0,AD7*-1)
    > &
    > =IF(AD13>=0,AD13)
    >
    > "Jambruins" wrote:
    >
    > > what is the formula you are using?
    > >
    > >
    > > "Redleg40" wrote:
    > >
    > > > How do change values of TRUE or FALSE to 0?


    --

    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