J
John
How can I construct a criteria that finds the records containing the
highest amount for each month? Example dataset:
May, John, 100
May, Ted, 200
May, Beth, 210
Jun, John, 500
Jun, Ted, 100
Jun, Beth, 400
Desired filtered dataset:
May, Beth, 210
Jun, John, 500
I know about the MAX function, butI can't figure out how to find the
MAX at each change in the month value. Thanks for any suggestion!
highest amount for each month? Example dataset:
May, John, 100
May, Ted, 200
May, Beth, 210
Jun, John, 500
Jun, Ted, 100
Jun, Beth, 400
Desired filtered dataset:
May, Beth, 210
Jun, John, 500
I know about the MAX function, butI can't figure out how to find the
MAX at each change in the month value. Thanks for any suggestion!