Using Let function compare 2 columns and return the highest value?

Lacan

Active Member
Joined
Oct 5, 2016
Messages
281
Office Version
  1. 365
Platform
  1. Windows
Hello Guys,👌🖐

Accordingly with customer name using let function would like to compare 2 Columns ("Average" Vs "Month") and return the highest value?
All the help is welcome!
Thank you very much.👍👍🍻

2025.xlsx
ABCDEFGHIJK
1
2
3CUSTOMERDEALENE. 2025FEB. 2025MAR. 2025TOTALAVERAGEMONTHCompare between AVERAGE and MONTH return the highest value
4ABC8 000151000510201 000727
5XPTO5 0001005010160100455
6ZBD5 0001200252012451 200455
7TEST24 000151203618364
8
9
10
Jan.25
Cell Formulas
RangeFormula
D3:F3D3=TRANSPOSE(UPPER(TEXT(EDATE("01-01-2025",SEQUENCE(3,1,0)),"[$-es-ES]mmm aaa")))
G4:G7G4=SUM(D4:F4)
H4:H7H4=AVERAGEIFS(D4:F4,D4:F4,">="&AVERAGE(D4:F4))
I4:I7I4=C4/11
Dynamic array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
I10Other TypeIcon setNO
I10Other TypeIcon setNO
 
Hello, do you mean:

Excel Formula:
=BYROW(H4:I7,MAX)

or something else?
 
Upvote 0
Solution

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top