+ Reply to Thread
Results 1 to 4 of 4

Getting tables to show % of data entry

  1. #1
    Registered User
    Join Date
    04-28-2008
    Posts
    23

    Getting tables to show % of data entry

    is it possible to somehow get and idea of how showing how much data has been entered and how much is missing and linking this to another sheet.

    ive got my master which each department add to.

    what i want is to make another table tracking the the physical amount of data given.

    eg: asking ten people location, 6 people answer so in the other table i can say branch X has a return rate of 60% for location entering.


    obviously im not working with just 10 entries, last count was over 4000 and across 28 fields.

    thanks.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    It depends on how your data is arranged, but perhaps something like =COUNTA(Range) / ROWS(Range)

  3. #3
    Registered User
    Join Date
    04-28-2008
    Posts
    23
    Quote Originally Posted by shg
    It depends on how your data is arranged, but perhaps something like =COUNTA(Range) / ROWS(Range)

    i was thinking is there a way of working it out like this.


    count number of blank cells in a row and compare that to the total of rows (inc. blank and filled cells).

    im i on the right tracks or completely off??

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    You could do it that way also:

    =COUNTA(Range) / ( COUNTA(Range) + COUNTBLANK(Range) )

+ 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