+ Reply to Thread
Results 1 to 2 of 2

is there a function for this?

  1. #1
    cindyb
    Guest

    is there a function for this?

    Can someone help me with the following?

    My spreadsheet looks like this

    term ins whole ins variable life total
    points
    6000 11500 18000
    Joe Client x
    John Doe x x

    I want the "total points" column to calculate the total value of all the
    columns with an "x" in them. So for Joe Client, I would need the total
    points to be 6000 and for John Doe, I would need the total points to be
    calculated as 29,500. Is it possible for the total points column to
    calculate the points for just the columns that I would put an "x" in? If so,
    how do I do this? Any help is greatly appreciated!

  2. #2
    Ardus Petus
    Guest

    Re: is there a function for this?

    =SUMPRODUCT(--(B3:D3="x"),B$2:D$2)

    HTH
    --
    AP

    "cindyb" <cindyb@discussions.microsoft.com> a écrit dans le message de news:
    FBE017D8-F307-48C9-80A0-2927E5307FA0@microsoft.com...
    > Can someone help me with the following?
    >
    > My spreadsheet looks like this
    >
    > term ins whole ins variable life total
    > points
    > 6000 11500 18000
    > Joe Client x
    > John Doe x x
    >
    > I want the "total points" column to calculate the total value of all the
    > columns with an "x" in them. So for Joe Client, I would need the total
    > points to be 6000 and for John Doe, I would need the total points to be
    > calculated as 29,500. Is it possible for the total points column to
    > calculate the points for just the columns that I would put an "x" in? If
    > so,
    > how do I do this? Any help is greatly appreciated!




+ 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