MAX combination

  • Thread starter Thread starter spence
  • Start date Start date
S

spence

i have data in columns B and C
i have an array formula to calculate the maximum
combination of two adjacent values in these columns:
{MAX((B4:B36)+(C4:C36))}
in column A i have dates. i need a formula that can
return the date from column A that the highest
combination of column B and C values occured. TIA
 
As posted in worksheet.functions

With your data in A1:C30:-

=INDEX(A1:A30,MATCH(MAX(B1:B30+C1:C30),(B1:B30+C1:C30),0)) array entered and formatted as date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top