+ Reply to Thread
Results 1 to 4 of 4

Pass The Formulas Please

  1. #1
    lsmft
    Guest

    Pass The Formulas Please

    I have a worksheet set up for one year's weekly income, expenses, etc.
    Cell "A-1" represents the first week's income.
    Cell "A-2" represents the second week's income, on to "A-52" etc. All weeks not yet come have zeros already programmed in their cells.
    At the top of this column, I have a cell showing the Total YTD income, another cell showing "Average" weekly Income, another showing the week with the maximum income. I'd like a cell to show the "Minimum" weekly income for the year but all of the zeros below the last week's income won't allow anything but $0.00 in the minimum cell. Is there a formula similar to =min(...) that will not consider the zeros?

  2. #2
    pinmaster
    Guest

    RE: Pass The Formulas Please

    Try this array formula

    =MIN(IF(A1:A52>0,A1:A52))
    entered using Ctrl+Shift+Enter

    HTH
    Jean-Guy

    "lsmft" wrote:

    >
    > I have a worksheet set up for one year's weekly income, expenses, etc.
    > Cell "A-1" represents the first week's income.
    > Cell "A-2" represents the second week's income, on to "A-52" etc. All
    > weeks not yet come have zeros already programmed in their cells.
    > At the top of this column, I have a cell showing the Total YTD income,
    > another cell showing "Average" weekly Income, another showing the week
    > with the maximum income. I'd like a cell to show the "Minimum" weekly
    > income for the year but all of the zeros below the last week's income
    > won't allow anything but $0.00 in the minimum cell. Is there a formula
    > similar to =min(...) that will not consider the zeros?
    >
    >
    > --
    > lsmft
    > ------------------------------------------------------------------------
    > lsmft's Profile: http://www.excelforum.com/member.php...o&userid=30678
    > View this thread: http://www.excelforum.com/showthread...hreadid=511564
    >
    >


  3. #3
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =min(if(a1:a52<>0,a1:a52))

    confirm with control+shift+enter
    not a professional, just trying to assist.....

  4. #4
    lsmft
    Guest
    YES-YES-YES !!!!!!!!
    Thanks a whole lot, much appreciated!!

+ 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