how do you ignore blank cells in formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

I opened a new workbook and created 4 sheets. In cell B2 of the first 3
shhets a put in some numbers and on the fourth sheet set up:

=MIN(Sheet4!B2,Sheet3!B2,Sheet2!B2)

and this works when one of the data sheets has a blank cell or a space
but not when the cell has a zero in it.

Can you confirm that your target cells are really empty?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top