+ Reply to Thread
Results 1 to 3 of 3

if(b2=1,b3,0) is this correct

Hybrid View

  1. #1

    if(b2=1,b3,0) is this correct

    Many years ago, i created a spreadsheet with Lotus with 26 columns, one for
    each income or expense, I used a boolean if formula, but forget how to do it.
    Help?
    Only positive answers please. Nothing fancy!.

  2. #2
    Bob Phillips
    Guest

    Re: if(b2=1,b3,0) is this correct

    =IF(AND(B2=1,B3-0),"Correct","Not")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "[email protected]" <[email protected]@discussions.microsoft.com> wrote in
    message news:[email protected]...
    > Many years ago, i created a spreadsheet with Lotus with 26 columns, one

    for
    > each income or expense, I used a boolean if formula, but forget how to do

    it.
    > Help?
    > Only positive answers please. Nothing fancy!.




  3. #3
    Biff
    Guest

    if(b2=1,b3,0) is this correct

    Hi!

    if(b2=1,b3,0) is this correct

    Yes, the syntax is correct.

    Here's what it means:

    The cell in which this formula resides will return the
    value from cell B3 if the value in cell B2 equals 1,
    otherwise, it will return 0.

    Biff

    >-----Original Message-----
    >Many years ago, i created a spreadsheet with Lotus with

    26 columns, one for
    >each income or expense, I used a boolean if formula, but

    forget how to do it.
    >Help?
    >Only positive answers please. Nothing fancy!.
    >.
    >


+ 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