Excel formula question, MAX?

Capper2824

New Member
Joined
Sep 20, 2021
Messages
13
Office Version
  1. 365
Platform
  1. Windows
Hi all, this is my first question so please be kind lol.

I have an excel formula question.

How can I write a formula for a league where I want to get the formula to highlight the maximum scorer in the month.

The maximum scorers in this example are 2 people both achieving 17 points each.

On the second month I have a person who scored 16 (this is highlighted in colour Cyan).

What I need is for the highest scorer in each month and in this example anyone beating 17 should cancel out the previous colour of Cyan

Within this first month (and consecutive months), I have a Monthly Total and an Overall Total, as per the example these are working fine, and I do not want these affected by the highest eekkly scorer total.

hope this make some sort of sense to somebody, please help.


Thank you in anticipation for any help.

KInd regards.

Robert
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Book4
ABC
1DateNameScore
21-Maya17
38-Mayb10
415-Mayc18
522-Mayd15
629-Maye12
75-Junf17
812-Jung10
919-Junh17
1026-Juni14
113-Julj20
1210-Julk16
1317-Jull10
1424-Julm16
1531-Juln17
167-Augo20
1714-Augp11
1821-Augq19
1928-Augr13
204-Seps15
2111-Sept10
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C21Expression=$C2=MAX($C$2:$C$21*(MONTH($A2)=MONTH($A$2:$A$21)))textNO
 
Upvote 0
Book4
ABC
1DateNameScore
21-Maya17
38-Mayb10
415-Mayc18
522-Mayd15
629-Maye12
75-Junf17
812-Jung10
919-Junh17
1026-Juni14
113-Julj20
1210-Julk16
1317-Jull10
1424-Julm16
1531-Juln17
167-Augo20
1714-Augp11
1821-Augq19
1928-Augr13
204-Seps15
2111-Sept10
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C21Expression=$C2=MAX($C$2:$C$21*(MONTH($A2)=MONTH($A$2:$A$21)))textNO
Book4
ABC
1DateNameScore
21-Maya17
38-Mayb10
415-Mayc18
522-Mayd15
629-Maye12
75-Junf17
812-Jung10
919-Junh17
1026-Juni14
113-Julj20
1210-Julk16
1317-Jull10
1424-Julm16
1531-Juln17
167-Augo20
1714-Augp11
1821-Augq19
1928-Augr13
204-Seps15
2111-Sept10
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C21Expression=$C2=MAX($C$2:$C$21*(MONTH($A2)=MONTH($A$2:$A$21)))textNO
Thank you for your reply, I can get the format to do this but I would like the next highest score which would be above 17 to supersede the previous score and 18 or above to cancel the Cyan format out and carry on like this throughout the ten months, if you can understand my meaning, I am quite a novice at this, sorry.

Regards Rob.
 
Upvote 0
Sorry - I don't quite follow. If you can post what your data looks like and how you would like it to look after the conditional formatting is applied, I may be able to help.

xl2bb add-in is a good way to post your worksheet examples, see XL2BB - Excel Range to BBCode
 
Upvote 0
Hi sorry for the late reply I have tried downloady the file but cannot or I don't understand how to work the xl2bb?

In the example above the first month which consisted of anywhere between 4 to 7 weeks, in this first month 2 members of the above football league both scored 17 points (at this stage everything is working as I require.

In month 2, 1 person in that month scored 16, yes this person is the top scorer at the moment for the second month, but this person has not equalled or beaten the first months top scorers of 17.

I only want the formula to highlight in Cyan, the top single highest scorer/s in theany month, so in other words if 17 stays the top single score and not equalled or beaten, then they are the only ones I need highlighting in colour Cyan.

Bearing in mind that I do not want the Monthly Total (MT)or Overall Total (OT) touched so I need to omit these or not include these in this particular formula.

Hope this make a little more sense ?
 
Upvote 0
I have tried downloady the file but cannot or I don't understand how to work the xl2bb?
Did you follow the link in the earlier link to here?

At what point of this process do you get stuck and what are the symptoms?

@JGordon11
In future it might be better to provide a link to the more detailed XL2BB instruction page.
 
Upvote 0
Hi sorry for the late reply I have tried downloady the file but cannot or I don't understand how to work the xl2bb?

In the example above the first month which consisted of anywhere between 4 to 7 weeks, in this first month 2 members of the above football league both scored 17 points (at this stage everything is working as I require.

In month 2, 1 person in that month scored 16, yes this person is the top scorer at the moment for the second month, but this person has not equalled or beaten the first months top scorers of 17.

I only want the formula to highlight in Cyan, the top single highest scorer/s in theany month, so in other words if 17 stays the top single score and not equalled or beaten, then they are the only ones I need highlighting in colour Cyan.

Bearing in mind that I do not want the Monthly Total (MT)or Overall Total (OT) touched so I need to omit these or not include these in this particular formula.

Hope this make a little more sense ?

Did you follow the link in the earlier link to here?

At what point of this process do you get stuck and what are the symptoms?

@JGordon11
In future it might be better to provide a link to the more detailed XL2BB instruction page.
I have tried to follow link but I don't understand ho to incorporate it into Microsoft 365.

I have also tried to send a screenshot of what I am asking but says it is too big? It is just under 2mb.

If anyone has WhatsApp I could send screenshot there?
 
Upvote 0
I have tried to follow link but I don't understand ho to incorporate it into Microsoft 365.
That doesn't tell us what point in the process you got up to. If you follow the steps correctly, you don't have to incorporate it into Excel at all, it appears in the ribbon as shown in the article
1632227432032.png



I have also tried to send a screenshot of what I am asking but says it is too big? It is just under 2mb.
If it is that big we definitely do not need that screenshot. We need something small, but representative. But we also cannot copy from an image screenshot so we cannot test with a lot of typing - which most helpers, naturally, are not that keen on.


If anyone has WhatsApp I could send screenshot there?
Please don't do that - all information should remain public and available to all forum users. It would effectively be a breach of #4 of the Forum Rules
 
Upvote 0
Ok thank you I will try it tonight when I get back from work. Thank you for your help.
 
Upvote 0
No problem. You just need to work carefully through the instructions given and also keep in mind the things mentioned right near the end of the main article, particularly the one I have marked here.

1632228582811.png


We have had very few people unable to get XL2BB going in the end. :)
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,387
Members
448,956
Latest member
JPav

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