+ Reply to Thread
Results 1 to 3 of 3

Formula Problem: SUMPRODUCT (Count cells with text, excluding blanks and two names)

  1. #1
    Registered User
    Join Date
    03-23-2018
    Location
    London, United Kingdom
    MS-Off Ver
    Microsoft Excel Mac Version 16.11
    Posts
    1

    Unhappy Formula Problem: SUMPRODUCT (Count cells with text, excluding blanks and two names)

    Dear Excel Forum Members,

    I have a problem with the SUMPRODUCT. I have multiple kalender months excel fill with names in their that I need to count in order to het occupancy rate, but I need to exclude two names "David" and "Bryan" and blanks from the count. So far I have tried multiple formules Countif, Countifs and lastla Sumproduct. The last has been working but only for one name and for one collum. I want to select multiple column as my range, so I don't have to do it 1 by 1. One forumla has been working so far, but like I stated above just for one column.

    Formula: =SUMPRODUCT((L4:L11>"")*(L4:L11<>"David"))

    I have uploaded the file for one month.

    I would really appreciate it, if you could help a fellow member out.

    Thanks in advance!

    With kind regards,

    Danny
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-06-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    192

    Re: Formula Problem: SUMPRODUCT (Count cells with text, excluding blanks and two names)

    maybe like this?

    =SUMPRODUCT(--(C4:AG12<>"David")*(C4:AG12<>"Bryan")*(C4:AG12<>""))

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Formula Problem: SUMPRODUCT (Count cells with text, excluding blanks and two names)

    May be try

    =SUMPRODUCT((C4:AG11<>"")*(C4:AG11<>"David")*(C4:AG11<>"Bryan"))
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

+ 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] Formula to count cells that are not empty excluding cells with formulas
    By Imbizile in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-20-2015, 07:08 AM
  2. [SOLVED] Data by month while excluding blanks and text
    By Pulgasari in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-13-2015, 09:07 AM
  3. Replies: 3
    Last Post: 06-25-2014, 03:28 AM
  4. Replies: 20
    Last Post: 05-02-2014, 06:42 AM
  5. Averaging Text box values excluding blanks in VBA
    By nhannigan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-28-2010, 03:29 PM
  6. Replies: 11
    Last Post: 07-05-2006, 02:15 PM
  7. Count IF excluding blanks or zeroes
    By Ash in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-02-2006, 07:45 PM

Tags for this Thread

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