+ Reply to Thread
Results 1 to 2 of 2

n or U Revised ?

  1. #1
    Blessingspoint
    Guest

    n or U Revised ?

    U or N amount 1 amount 2 total Amount
    ------------------------------------------
    U 3 3 6
    N 3 2 5
    U 4 3 7
    ------------------------------------------

    Total Amount of U 13
    Total Amount of N 5
    ------------------------------------------

    This is what I am trying to do. Will that formula do this or do I need to
    add something

    total
    "Peo Sjoblom" wrote:

    > =COUNTIF(Range,"U")
    >
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Blessingspoint" wrote:
    >
    > > I have a form that I need to seperate Totals with a N or a U. I want to add a
    > > line of numbers and put answers into slot A if I chose a U or slot B if I
    > > chose a N. What would be the Function for this. Just give me a example of
    > > something. Thanks


  2. #2
    Peo Sjoblom
    Guest

    RE: n or U Revised ?

    One way

    =SUMPRODUCT((A1:A3="U")*(B1:C3))

    or

    =SUMPRODUCT(--(A1:A3="U"),(B1:B3+C1:C3))

    Regards,


    Peo Sjoblom

    "Blessingspoint" wrote:

    > U or N amount 1 amount 2 total Amount
    > ------------------------------------------
    > U 3 3 6
    > N 3 2 5
    > U 4 3 7
    > ------------------------------------------
    >
    > Total Amount of U 13
    > Total Amount of N 5
    > ------------------------------------------
    >
    > This is what I am trying to do. Will that formula do this or do I need to
    > add something
    >
    > total
    > "Peo Sjoblom" wrote:
    >
    > > =COUNTIF(Range,"U")
    > >
    > >
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > "Blessingspoint" wrote:
    > >
    > > > I have a form that I need to seperate Totals with a N or a U. I want to add a
    > > > line of numbers and put answers into slot A if I chose a U or slot B if I
    > > > chose a N. What would be the Function for this. Just give me a example of
    > > > something. Thanks


+ 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