How to shade rows to group information together visibily

Pumpk1n

Board Regular
Joined
Jan 31, 2017
Messages
86
Office Version
  1. 365
Platform
  1. Windows
I have data which has variable numbers of rows for each practice. I'd like all the same practice rows to have the same shading. For example, Amber and Associates has 2 rows of data; Pacific Rim has 4 rows of data and Zipper has one row of data. I've done every other row shaded, but that isn't accomplishing what I needed to do. Thanks in advance!
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Try:

Book1
ABC
1NameDateAmount
2Amber & Associates1-Jan10
3Amber & Associates2-Jan20
4Pacific Rim3-Jan30
5Pacific Rim4-Jan40
6Pacific Rim5-Jan50
7Pacific Rim6-Jan60
8Zipper7-Jan70
9Tuna Farm8-Jan80
10Tuna Farm9-Jan90
11Company 210-Jan100
12
Sheet5
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C20Expression=MOD(SUM(--($A$1:$A1<>$A$2:$A2)),2)*($A2<>"")textNO
 
Upvote 0

Forum statistics

Threads
1,214,559
Messages
6,120,208
Members
448,951
Latest member
jennlynn

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