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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
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,216,821
Messages
6,132,900
Members
449,768
Latest member
LouBa

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