I am using the current MAX formula to extract the latest date from
column H, based on conditions in column A and column C.
How can I re-write this formula to extract the earliest date from column H,
as replacing MAX with MIN does not work.
When I replace with MIN, the result = 1/0/1900
Any help would be great.
<TABLE style="WIDTH: 308pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=411 border=0 x:str><COLGROUP><COL style="WIDTH: 308pt; mso-width-source: userset; mso-width-alt: 15030" width=411><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD class=xl24 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; WIDTH: 308pt; BORDER-BOTTOM: #ece9d8; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent" width=411 height=17>MAX(INDEX((A3:A9000=A3)*(C3:C9000=C3)*H3:H9000,0))</TD></TR></TBODY></TABLE>
column H, based on conditions in column A and column C.
How can I re-write this formula to extract the earliest date from column H,
as replacing MAX with MIN does not work.
When I replace with MIN, the result = 1/0/1900
Any help would be great.
<TABLE style="WIDTH: 308pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=411 border=0 x:str><COLGROUP><COL style="WIDTH: 308pt; mso-width-source: userset; mso-width-alt: 15030" width=411><TBODY><TR style="HEIGHT: 12.75pt" height=17><TD class=xl24 style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; WIDTH: 308pt; BORDER-BOTTOM: #ece9d8; HEIGHT: 12.75pt; BACKGROUND-COLOR: transparent" width=411 height=17>MAX(INDEX((A3:A9000=A3)*(C3:C9000=C3)*H3:H9000,0))</TD></TR></TBODY></TABLE>