How to set bold on text on cell of last row by each category?

Son Raphon

New Member
Joined
May 11, 2024
Messages
13
Office Version
  1. 2016
Platform
  1. Windows
Dear all, I have a table that separated item by category. I want to set bold text on last cell of row by using conditional formatting.
Example: I have Col Item name and Col Amount.
Item Name, Amount
A 100
A 200,
A 300
B 50
B 100

I want to set bold on col amount with 300 for category A.
And set bold on col amount with 100 for category B.

Anyone, could you guide and help me?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
This information should be included in the first post. There's another sub-forum for Google Sheets. They're not the same. This is for Excel only.

Screen Shot 2024-05-11 at 1.35.33 AM.png


This should work.
Excel Formula:
=AND(V5="Cash", COUNTIF($V$5:$V$50,"Cash")=COUNTIF($V$5:$V5,"Cash"))
 
Upvote 0
This information should be included in the first post. There's another sub-forum for Google Sheets. They're not the same. This is for Excel only.

View attachment 111256

This should work.
Excel Formula:
=AND(V5="Cash", COUNTIF($V$5:$V$50,"Cash")=COUNTIF($V$5:$V5,"Cash"))
This one is work correctly. Thanks you again.
 
Upvote 0

Forum statistics

Threads
1,217,358
Messages
6,136,091
Members
449,991
Latest member
IslandofBDA

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