+ Reply to Thread
Results 1 to 2 of 2

how do you ignore blank cells

Hybrid View

Guest how do you ignore blank cells 02-16-2005, 06:52 AM
Guest Re: how do you ignore blank... 02-16-2005, 10:42 AM
  1. #1
    Kerry
    Guest

    how do you ignore blank cells

    I am trying to write a formula that results in the earliest date but a blank
    cell results in a 0.
    =MIN('1Jan-9Jan'!R196,'10Jan-16Jan'!R196,'17Jan-23Jan'!R196)
    What do I need to do to this formula to ignore blank cells

  2. #2
    Don Guillett
    Guest

    Re: how do you ignore blank cells

    This is the idea. Modify this array formula to suit your needs. An array
    formula must be entered/edited using control+shift+enter vs just enter

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

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Kerry" <Kerry@discussions.microsoft.com> wrote in message
    news:D3F62EBB-275C-4B77-BBB3-93EBB968DF19@microsoft.com...
    > I am trying to write a formula that results in the earliest date but a

    blank
    > cell results in a 0.
    > =MIN('1Jan-9Jan'!R196,'10Jan-16Jan'!R196,'17Jan-23Jan'!R196)
    > What do I need to do to this formula to ignore blank cells




+ 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