+ Reply to Thread
Results 1 to 2 of 2

Min Formulas in #VALUE! Cells

  1. #1
    Tip Rabbit Rabbit
    Guest

    Min Formulas in #VALUE! Cells

    I need a min formula that will give me the minimal value of the cells q1:q76.
    Cells q1:q12 have vlaues in them, but q13:q76 do not have values because the
    information has not been entered, thus leaving the cells #VALUE!. This
    leaves my =MIN(Q1:Q76) at #VALUE!

    Please offer any help.

    Jenn



  2. #2
    Dave R.
    Guest

    Re: Min Formulas in #VALUE! Cells

    If Q13:Q76 are empty, or contain text, they should be looked over by the min
    function ,but you can try

    =MIN(IF(ISNUMBER(Q1:Q76),Q1:Q76))
    entered with control shift enter to see if that does what you want.

    "Tip Rabbit Rabbit" <Tip Rabbit [email protected]> wrote in
    message news:[email protected]...
    > I need a min formula that will give me the minimal value of the cells

    q1:q76.
    > Cells q1:q12 have vlaues in them, but q13:q76 do not have values because

    the
    > information has not been entered, thus leaving the cells #VALUE!. This
    > leaves my =MIN(Q1:Q76) at #VALUE!
    >
    > Please offer any help.
    >
    > Jenn
    >
    >




+ 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