+ Reply to Thread
Results 1 to 2 of 2

Formula Problems

  1. #1
    Registered User
    Join Date
    06-12-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Formula Problems

    Hi,

    The attached workbook needs a few things added/fixed with it.

    The workbook has 2 spreadsheets; one called T-Test and the Other Called Z-Test.

    In both sheets, there should never be a significance # OR Z-Score displayed without ALL proportions, samples, and standard error #s filled in.

    2_Proportion_T&Z_Test_Tool_9.6.2012.xls

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Formula Problems

    Wrap with this function:

    Z-test tab:
    IF(COUNTBLANK($A7:$F7)>0, " ", stat_function)

    T-test tab:
    IF(COUNTBLANK($A7:$D7)>0, " ", stat_function)

    That should do it.

    BTW, your title... I thought this was going to be a question about "Formula Auditing" because your thread title was vague. Can you re-title with something more precise? Thanks.

+ 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