I have a formula that looks for the minimum from 6 cells and then applies some other functions. Problem is, sometimes not all cells contain data - eg sometimes they are blank. How can I adjust the formula to look for the minimum of cells with numbers and ignore blank cells?
The formula I need to change is: =MIN(IF(AE60:AE65=0,"",AE60:AE65))*0.7+(0.5)
Or, would I be better to adjust the formula in column AE which at present is: =IF(ISERROR(SUM(AC60-AD60)),"",(SUM(AC60-AD60))) sometimes AC & AD are blank so this formula then returns blanks
Bookmarks