Quick formula for you experts

jfobes

New Member
Joined
Mar 15, 2011
Messages
8
I am looking for a formula to bold, highlight or change font color of the five highest values in a column then add those together for a total value of the five highest numbers in that column.

I am using excel for Mac 2008 if this helps or hurts?

Possible?

Thanks

Joe
 
Last edited:

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
The bolding can be done with Conditional Formatting.

The formula =SUMPRODUCT(LARGE(A:A, {1,2,3,4,5}) will do the sum.
 
Upvote 0
That worked perfectly, thank you. I have some experience with conditional formatting but not on how to change the font of the top five numbers in a row or column.

Any more help?

Joe
 
Upvote 0
I am looking for a formula to bold, highlight or change font color of the five highest values in a column then add those together for a total value of the five highest numbers in that column.

I am using excel for Mac 2008 if this helps or hurts?

Possible?

Thanks

Joe
This will get the sum of the 5 largest values...

=SUM(LARGE(C:C,{1,2,3,4,5}))

You can use conditional formatting to highlight those cells but I have no idea how to do that in Excel for Mac! :eeek:
 
Upvote 0
Pretty much the same way as with Windows. The CF formula
=(LARGE(A:A,5)<=A1)
should work.
Yeah, but what I meant was, is Excel for Mac 2008 the equivalent of Excel 2007 for PCs (ribbon?) or does it have a "classic" menu UI?

dunno.gif
 
Upvote 0
In 2011, when I press ConditionalFormatting and add a condition (press +), one of the dropdowns on the resulting dialog box has Classic as an option.
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,220
Members
452,895
Latest member
BILLING GUY

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