Results 1 to 8 of 8

percentage average (and nested formula)

Threaded View

  1. #1
    Registered User
    Join Date
    05-26-2014
    Posts
    4

    percentage average (and nested formula)

    Hi there,

    my question is about the average of percentages (B6 up untill B30).
    It’s about cell B2. There I want the average of 100%+100%+0% = 67%.
    But it turns up with 92%.
    Probably this has to do with FALSE statements in f.e. cell B2).
    Unfortunately I don’t know how to solve them (the formula is not elegant but is works.)

    I want in the spreadsheet a document "PvO" < 14 days under column F. It’s all about that is the document is signed within two weeks that is good. Otherwise it is wrong.

    Statement:
    1. in column F ‘PvO signed Y/N’ is only “N”. If the document is signed the project goes to another tab. So I don’t work with dates here.
    2. In column E ‘Date PvO send‘ it says ‘nothing/empty’ or a date, or a text.

    Statement:
    A: date PvO send(date)
    B: PvO signed (N)

    If B-A< 14 -> 100% (green; good)
    If B-A > 14 -> 0% (red; wrong)
    If B=N -> 0% (white)


    I already tried this for the averages:
    =SUMIFS(B6:B30;B6:B30;0%;B6:B30;100%) turns up with 0%.
    =(COUNTIF(B6:B30;"0%")+COUNTIF(B6:B30;"100%"))/COUNT(B6:B30) turns up with 100%
    =((COUNTA(B6:B30)+COUNTBLANK(B6:B30))-COUNTBLANK(B6:B30))/(COUNTA(B6:B30)+COUNTBLANK(B6:B30))
    and SUM(range)/COUNT(range), AVERAGE and SUM don’t work either.

    HELP.

    regards,
    Mariëlle
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Average Percentage Formula
    By RuthieBuxton in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 12:08 PM
  2. Formula To Get The Average Percentage Up/Down?
    By cocco in forum Excel General
    Replies: 4
    Last Post: 03-07-2012, 10:36 PM
  3. formula to get average percentage?
    By batjl9 in forum Excel General
    Replies: 7
    Last Post: 06-30-2009, 05:38 AM
  4. Excel 2007 : formula to average a percentage
    By berk21 in forum Excel General
    Replies: 10
    Last Post: 01-26-2009, 10:00 PM
  5. [SOLVED] How do I create a formula to calculate the average percentage rat
    By LD in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-13-2005, 03:06 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