+ Reply to Thread
Results 1 to 3 of 3

Function help:function to calculate

  1. #1
    Registered User
    Join Date
    07-21-2006
    Posts
    24

    Function help:function to calculate

    Hi all,

    I need some help with a worksheet function.

    I have 2 columns. Col 1 contains Values and Col 2 contains True/False

    I need a function to calculate the total value of col 1 where col 2 = false.

    Any ideas

    Thanks

    dan

  2. #2
    Bondi
    Guest

    re: Function help:function to calculate


    drawlings wrote:
    > Hi all,
    >
    > I need some help with a worksheet function.
    >
    > I have 2 columns. Col 1 contains Values and Col 2 contains True/False
    >
    > I need a function to calculate the total value of col 1 where col 2 =
    > false.
    >
    > Any ideas
    >
    > Thanks
    >
    > dan
    >
    >
    > --
    > drawlings
    > ------------------------------------------------------------------------
    > drawlings's Profile: http://www.excelforum.com/member.php...o&userid=36626
    > View this thread: http://www.excelforum.com/showthread...hreadid=563719


    Hi Dan,

    Maybe you can use SUMIF.
    If your data is in column A and B then something like this:

    =SUMIF(B1:B10,FALSE,A1:A10)

    Regards,
    Bondi


  3. #3
    Registered User
    Join Date
    07-21-2006
    Posts
    24

    Talking Thanks

    Thanks a bunch. Worked like a charm

+ 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