Results 1 to 5 of 5

remaining average

Threaded View

  1. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: remaining average

    If you have 7 values then there should be no result - or at least it should be 0

    If using XL2007

    =IFERROR(existing formula,0)

    If using pre XL2007

    =IF(COUNT(A2:G2)=7,0,existing formula)
    Last edited by DonkeyOte; 01-13-2010 at 07:45 AM. Reason: typo ni narrative

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