Given two columns A&B, what formula would I use to pull a value from B that corresponds to the MAX(A)?
Thank you Etienne!
I think i figured it out... let me know if there's a better way. Thanks!
=SUMIFS([CORE Spend $ Total]1:[CORE Spend $ Total]10, Date1:Date10, MAX(Date1:Date10))
zz
Hi, I'd simply create a third column that checks whether or not the corresponding B value is equal to the max of A.