+ Reply to Thread
Results 1 to 4 of 4

space left for future entry = #DIV/0!

  1. #1
    Registered User
    Join Date
    05-23-2006
    Posts
    2

    space left for future entry = #DIV/0!

    I'm making a sheet to calculate my grades, but since its the beginning of the semmester, the spaces aren't filled in yet. How do i ignore a cells until they have a value?

  2. #2
    Ardus Petus
    Guest

    Re: space left for future entry = #DIV/0!

    =IF(ISERROR(<your stuff>,"",<your stuff>))

    HTH
    --
    AP

    "clooney" <clooney.289sa5_1148403671.6072@excelforum-nospam.com> a écrit
    dans le message de news:
    clooney.289sa5_1148403671.6072@excelforum-nospam.com...
    >
    > I'm making a sheet to calculate my grades, but since its the beginning
    > of the semmester, the spaces aren't filled in yet. How do i ignore a
    > cells until they have a value?
    >
    >
    > --
    > clooney
    > ------------------------------------------------------------------------
    > clooney's Profile:
    > http://www.excelforum.com/member.php...o&userid=34711
    > View this thread: http://www.excelforum.com/showthread...hreadid=544790
    >




  3. #3
    CLR
    Guest

    RE: space left for future entry = #DIV/0!

    Specifically, it depends on the formula......
    instead of
    =AVERAGE(A1:A10)
    you could use
    =SUM(A1:A10)/COUNT(A1:A10)

    Vaya con Dios,
    Chuck, CABGx3



    "clooney" wrote:

    >
    > I'm making a sheet to calculate my grades, but since its the beginning
    > of the semmester, the spaces aren't filled in yet. How do i ignore a
    > cells until they have a value?
    >
    >
    > --
    > clooney
    > ------------------------------------------------------------------------
    > clooney's Profile: http://www.excelforum.com/member.php...o&userid=34711
    > View this thread: http://www.excelforum.com/showthread...hreadid=544790
    >
    >


  4. #4
    Registered User
    Join Date
    05-23-2006
    Posts
    2

    what??

    I tried the count function, but doesnt that just count the number of cells that have entries rather than an actual sum..?

    email me if you want and Ill send you the file so you can take a look yourself.

    thanks.
    clooney@stlcop.edu

+ 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