Forum Discussion
Steve Brand
Mar 13, 2019Copper Contributor
Excel formula help
Hi All,
A1 = Name
A2 = Value
A3 = Value
A4 = Name
The highest value must pull through to A7 and the name linked to that value must pull through to A6
Thus if A1 = John, A2 = 10, A3 = 17, A4 = Steve then A7 = 17 and A6 = Steve.
Would anyone know how to assist with this formula?
Thank you
Kind Regards
Steve
3 Replies
- Steve BrandCopper Contributor
Not to worry, did the =MAX formula in A7 and in A6 used an =if formula that happens to work for me.
- SergeiBaklanDiamond Contributor
- Steve BrandCopper ContributorThanks, got it as you posted the formula. Thanks a mill.