Closed Thread
Results 1 to 3 of 3

Help determining correct formula

  1. #1
    Registered User
    Join Date
    07-03-2007
    MS-Off Ver
    2003
    Posts
    77

    Help determining correct formula

    Hello,

    I am working on a spreadsheet for my company. Can someone take a look at my attachment and tell me what formula I can use to calculate the proper totals? I can't figure it out and I have to have this done soon.

    I made the cells RED that I need formulas in.

    Thank you SO MUCH!
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: Help determining correct formula

    The best way to total this up would be with a pivot table.

    Do you want to count approved loans handled by Bob or do you want the total amount of all approved loans handled by Bob?

    For counting use formulas along the lines of

    =SUMPRODUCT(--($B$13:$B$17=$A4),--($G$13:$G$17=B$3))

    Adjust ranges to what you want to count, i.e. for Cross Sales you need the last parameter to be just ($H$13:$H$17)


    For summing, use something along the lines of ...

    =SUMPRODUCT(--($B$13:$B$17=$A4),--($G$13:$G$17=B$3),(($C$13:$C$17)+($D$13:$D$17)+($E$13:$E$17)+($F$13:$F$17)))

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Help determining correct formula

    If your question has not been answered, please start a new thread with an appropriately descriptive tile.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

Closed 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