I have a workbook with 3 column values
Column A is “Site”
Column B is “Date/Time”……format dd/mm/yyyy hh:mm
Column F is “Score”…………..numeric, no decimal places
Total rows 900
I want to create a MAX formula (Column G) that will show, the Max “Score” value, based on the “Site” / “Date” condition.
Eg If
A2= “B”
B2=”12/03/2010 08:00”
F2=”10”
A3=”A”
B3=”12/03/2010 08:01”
F3=”11”
A4=”B”
B4=”13/03/2010 08:14”
F4=”20”
A5=”C”
B5=”11/03/2010 08:14”
F5=”3”
A6=”A”
B6=”11/03/2010 08:59”
F6=”18”
A7=”C”
B7=”11/03/2010 08:16”
F7=”4”
A8=”A”
B8=”11/03/2010 15:59”
F8=”17”
Expected formula results in column G would be
G2=10
G3=11
G4=20
G5=4
G6=18
G7=4
G8=18
Column A is “Site”
Column B is “Date/Time”……format dd/mm/yyyy hh:mm
Column F is “Score”…………..numeric, no decimal places
Total rows 900
I want to create a MAX formula (Column G) that will show, the Max “Score” value, based on the “Site” / “Date” condition.
Eg If
A2= “B”
B2=”12/03/2010 08:00”
F2=”10”
A3=”A”
B3=”12/03/2010 08:01”
F3=”11”
A4=”B”
B4=”13/03/2010 08:14”
F4=”20”
A5=”C”
B5=”11/03/2010 08:14”
F5=”3”
A6=”A”
B6=”11/03/2010 08:59”
F6=”18”
A7=”C”
B7=”11/03/2010 08:16”
F7=”4”
A8=”A”
B8=”11/03/2010 15:59”
F8=”17”
Expected formula results in column G would be
G2=10
G3=11
G4=20
G5=4
G6=18
G7=4
G8=18
Last edited: