I am looking to find the Min date from 3 cells that are not a range. I thought to use MIN, however, there are cases where the at least one of the 3 cells are blank.
Example: =MIN(J23,I97,I78)
Cells J23, I97, I78 are all populated by formulas which can sometimes have a blank ("") results.
My problem is that if any of the cells in the MIN formula (cells J23, I97, I78) are blank I get a #VALUE error.
Is there a way to make MIN work with blanks for non-ranged values or is there something I can do to get the same result?
Example: =MIN(J23,I97,I78)
Cells J23, I97, I78 are all populated by formulas which can sometimes have a blank ("") results.
My problem is that if any of the cells in the MIN formula (cells J23, I97, I78) are blank I get a #VALUE error.
Is there a way to make MIN work with blanks for non-ranged values or is there something I can do to get the same result?