+ Reply to Thread
Results 1 to 2 of 2

Conditional Formula?

Hybrid View

  1. #1
    Registered User
    Join Date
    03-09-2006
    Posts
    3

    Conditional Formula?

    Hi- I need help creating a formula that sums values in a list based on the value in an adjacent cell. Please see attached screen shot. Hopefully it explains what I'm trying to do.

    Thanks.
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Sounds like you could use SUMPRODUCT or SUMIF to get what you want.

    Say your cash/lease drop downs are in column A. Where you want your cash total you could use,

    =SUMPRODUCT(--(A1:A100="Cash"),--(B1:B100))

    For lease

    =SUMPRODUCT(--(A1:A100="Lease),--(B1:B100))

    or

    =SUMIF(A1:A100,"Cash",B1:B100)

    =SUMIF(A1:A100,"Lease",B1:100)


    Does that help?

    Steve

+ 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