+ Reply to Thread
Results 1 to 2 of 2

Google Sheets / If "complete", and name says "Name", sum up cells next to it. Filtered!

  1. #1
    Registered User
    Join Date
    12-12-2022
    Location
    Toronto, Canada
    MS-Off Ver
    Google Sheets / Excel
    Posts
    1

    Google Sheets / If "complete", and name says "Name", sum up cells next to it. Filtered!

    Hello,

    First post. This is a messy one. We are using this to track renewals. Once our renewals are done on the program, we change the status to "Complete". Once in that status, I want to find a way to have each sales reps totals, added together to see their renewal rates. I was using this formula, "=SUMIF(H3:H50,"*Kendra*",I3:I50)", with the information at the bottom, but I cannot filter this. Also, there are 4 different columns where her name could show up, so I didn't know how to avoid having her name at the bottom of each column.

    Does this make any sense at all?

    In a perfect world, if the status cell is "Complete" than I'd like to have any instance of the reps name, be found and added to one location with their name, with all renewal stats. a "Kendra, #, #, %" for the entire sheet.

    Please help.

    Josh
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,703

    Re: Google Sheets / If "complete", and name says "Name", sum up cells next to it. Filtered

    Perhaps this will be a starting point:
    1. Make a list of sales reps as in column Y
    2. Apply data validation to cell H52 producing a drop down from the list
    3. Populate I52:W52 using**:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    4. For a total populate I54:J54 using**: =SUM(IFERROR(($H4:$T40=$H52)*($C4:$C40="Completed")*(I4:U40),0))
    ** denotes an array entered formula which I believe for google requires a preceding ARRAYFORMULA function.
    5. [Alternatively] populate I54:J54 using: =SUM(I52,M52,Q52,U52)
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Google Sheets Error in formula - =IF(SEARCH(B$1, $A2),"Yes","No")
    By Ian99099 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 03-31-2021, 07:18 AM
  2. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  3. Google Sheets - Move Row with "Complete" to a new sheet within the same workbook
    By msquared2 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 08-24-2018, 02:02 PM
  4. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  5. Replies: 1
    Last Post: 02-20-2015, 01:13 PM
  6. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  7. Replies: 2
    Last Post: 06-06-2013, 12:45 PM

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