+ Reply to Thread
Results 1 to 3 of 3

Division problem with % Complete

Hybrid View

  1. #1
    Registered User
    Join Date
    02-17-2010
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Division problem with % Complete

    Greetings,

    I have the following formula but it's not giving me the results I want.
    =(COUNTIF(K11:K58,"Complete")+COUNTIF(K11:K58,"N/A"))/COUNTA(D11:D58)

    What I want to do is display a % complete of the columns that have a related value in D11:D58. I want to ignore N/A in the % complete and I want to ignore all cells below my range that do not have a corresponding value in D11:D58. I can't specify a fixed range because the D column is dynamic.

    Hopefully this makes some sense. Any ideas?
    Thanks!

    DW

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: Division problem with % Complete

    I'm a little confused. If you have blanks in the other rows in D, a COUNTA referencing the entire column would work (updating the other sumifs likewise, of course). Also, I'm not certain what result specifically you're looking for that you're not getting. Could you please post a sample workbook with dummy data showing an example of the results you're looking for and why?

  3. #3
    Registered User
    Join Date
    02-17-2010
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Division problem with % Complete

    darkyam,

    I figured it out. Sorry I wasn't very clear. My solution was to plug in this formula:
    =(COUNTIF(K11:K58,"Complete"))/COUNTA($D$11:$D$58)-COUNTIF($D$11:$D$58,"N/A")

    Thanks for the reply!
    DW

+ 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