C
Chris26
I have used the following formula to return the max value for ID1, ID2, ID3
etc for the whole data set.
=SUMPRODUCT(MAX((X2:X5000=A2)*(Y2:Y5000))
Where
Col A = ID1, ID2, ID3 etc in my new table.
Imported data (X,Y,Z)
Col X = ID1, ID2, ID3 etc (multiple occurances/values for each ID)
Col Y = Value
Col Z = Date (Format dd/mm/yyyy)
I would like to be able to extract the MAX value for ID1, ID2 etc between
date periods i.e. 1/10/1995 to 1/12/1995 but am unsure how to do this.
Any help appreciated
Many Thanks
Chris
etc for the whole data set.
=SUMPRODUCT(MAX((X2:X5000=A2)*(Y2:Y5000))
Where
Col A = ID1, ID2, ID3 etc in my new table.
Imported data (X,Y,Z)
Col X = ID1, ID2, ID3 etc (multiple occurances/values for each ID)
Col Y = Value
Col Z = Date (Format dd/mm/yyyy)
I would like to be able to extract the MAX value for ID1, ID2 etc between
date periods i.e. 1/10/1995 to 1/12/1995 but am unsure how to do this.
Any help appreciated
Many Thanks
Chris