I have a table with the following dates:
Excel sheet:
DATE1: DATE2: DATE3: DATE4:
Iam tryin to use MIN(DATE1, DATE2, DATE3, DATE4) and put the result in a cell. Some dates can be zeros or blanks (missing). MIN function works correctly only if all dates are given(available). I want to be able to use only non-blank and non-zero cells in this funtion in order to get accurate results based only the cells that contain information (i.e. not the zeros or blanks). Is there a way of doing this?. I prefer Excel formuals, but if not then VBA code will do!.
Appreciate it!
Excel sheet:
DATE1: DATE2: DATE3: DATE4:
Iam tryin to use MIN(DATE1, DATE2, DATE3, DATE4) and put the result in a cell. Some dates can be zeros or blanks (missing). MIN function works correctly only if all dates are given(available). I want to be able to use only non-blank and non-zero cells in this funtion in order to get accurate results based only the cells that contain information (i.e. not the zeros or blanks). Is there a way of doing this?. I prefer Excel formuals, but if not then VBA code will do!.
Appreciate it!