Bonus points for a max value in a range of cells

Yoti14

New Member
Joined
Sep 6, 2017
Messages
8
I'm trying to find a max value within 4 cells and then award bonus points for highest.

The max value in BD19:BD22 should then result in 5 points in BE19. since the results will be different everytime, thats why I'm looking for a formula to produce this result.


example of what it should look like when done:

BDBE
18FINISHESBONUS
19210
20220
21235
22210

<tbody>
</tbody>


Is this possible to achieve?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Put this formula in cell BE19 and copy it down to cell BE22...

=5*(BD19=MAX(BD$19:BD$22))
 
Upvote 0
THANK YOU both of you! That worked perfectly Much appreciated. Now all I have to do is solve a Auto sort issue and I'm almost done. :)
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,947
Members
449,198
Latest member
MhammadishaqKhan

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