+ Reply to Thread
Results 1 to 2 of 2

sumproduct formula - if cell blank 0%

  1. #1
    Forum Contributor
    Join Date
    02-01-2011
    Location
    london, england
    MS-Off Ver
    Excel 2016
    Posts
    179

    sumproduct formula - if cell blank 0%

    i have some defined ranges within a sumproduct formula to determine a percentage of cells that are on time (not late).

    Please Login or Register  to view this content.
    however, if cells in _Rng2 are blank i need it to state 0% rather than 100%

    formulae for defined ranges below if necessary

    _Rng1
    Please Login or Register  to view this content.
    _Rng2
    Please Login or Register  to view this content.
    Last edited by fabrecass; 01-30-2013 at 04:38 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: sumproduct formula - if cell blank 0%

    Try it like this:

    =SUMPRODUCT(--(_Rng2<>""),--(_Rng1>=_Rng2))/ROWS(_Rng1)

    Hope this helps.

    Pete

+ 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