"Conditional Formatting"

Marwan69

Board Regular
Joined
Mar 14, 2018
Messages
80
Hello everyone,

I have a table(Below) and would like to assign a conditional formatting to the items under the allocation section, provided that the Investment section items should also have the same color or different doesn't really matter. I did the allocation section by clicking in: Conditional Format>Top/Bottom Rules...>Top 10 Items. And I chose Top 3.
It did the job, however, I want also the items under the investment section have the same format as the allocation. The table is below:

AB
1InvestmentAllocation
2Govnt Sukuk7.25%
3Local Sukuk5.22%
4Int'l Sukuk12.10%
5Equity L & F11.94%
6Mutual Fund4.64%
7Money Market58.86%
8Total100%

<tbody>
</tbody>

Many thanks,
Marwan
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Select the range under Investment column

Conditional Formatting
New Rule
Use a formula to determine...

=RANK(B2,B$2:B$7)<=3

Format as required
 
Upvote 0

Forum statistics

Threads
1,213,496
Messages
6,113,995
Members
448,539
Latest member
alex78

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