+ Reply to Thread
Results 1 to 2 of 2

Use criteria for values in range for small function

  1. #1
    like2hike
    Guest

    Use criteria for values in range for small function

    I have a range (a1:a5) with values such as:

    0, 5, 25, 0, 3

    I want to pick the smallest value other than zero because I will use that
    number to divide by and do not want the #DIV/0! error. However, the initial
    state of the spreadsheet will have a range of:

    0,0,0,0,0,0

    How can I have the spreadsheet display some text until data is entered into
    the spreadsheet?

  2. #2
    Duke Carey
    Guest

    RE: Use criteria for values in range for small function

    For the min value that is not zero, use the array formula

    =MIN(IF(A1:A5>0,A1:A5))

    To enter an array formula, commit it with Shift-Ctrl-Enter


    "like2hike" wrote:

    > I have a range (a1:a5) with values such as:
    >
    > 0, 5, 25, 0, 3
    >
    > I want to pick the smallest value other than zero because I will use that
    > number to divide by and do not want the #DIV/0! error. However, the initial
    > state of the spreadsheet will have a range of:
    >
    > 0,0,0,0,0,0
    >
    > How can I have the spreadsheet display some text until data is entered into
    > the spreadsheet?


+ 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