Two criteria MINIF and MAXIF formula
问题 I want the Youngest White cat's date from the excel table below to be displayed in a cell. The youngest would be born 29/07/2015. In another cell i want to display the oldest white cat date 18/07/2015. Column A ->Animal Column B ->Color Column C ->Date of birth I know the formula if its is for one cell =IF(AND(A1="CAT",B1="White"),C1) RowNo------A-----B--------C----- 1------- CAT White 20/07/2015 2--------CAT White 29/07/2015 3--------CAT White 18/07/2015 4--------DOG Black 29/07/2015 5------