+ Reply to Thread
Results 1 to 2 of 2

[SOLVED] Formula

  1. #1
    esmer
    Guest

    [SOLVED] Formula

    I have a spreadsheet I need to create a summary page of data on the
    spreadsheet. Here is the question "If columnA eq approved and columnB eq
    insurance then sum colunmC?

  2. #2
    Don Guillett
    Guest

    Re: Formula

    try this where you don't use the whole column and the ranges are the SAME
    size.

    =sumproduct((rngA="Approved")*(rngB="insurance")*rngC)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "esmer" <[email protected]> wrote in message
    news:[email protected]...
    >I have a spreadsheet I need to create a summary page of data on the
    > spreadsheet. Here is the question "If columnA eq approved and columnB eq
    > insurance then sum colunmC?




+ 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