Macro Creation - Sort Rows, Add blank row, conditional format text

lichldo

Board Regular
Joined
Apr 19, 2022
Messages
65
Office Version
  1. 365
Platform
  1. MacOS
I'm looking for assistance in setting up a macro to do the following.

1. Add a blank row in between each set of value from Column G.
  • Column G is named "Handler (Job)" and may have different values on different tabs. Let's say it comes looking like this -
    • Bob
    • Susie
    • Susie
    • Lauren
    • Bob
    • Lauren
    • Susie
    • Chad
    • Lauren
    • Bob
    • Bob
    • Chad
  • I want the macro to sort the rows so that all Handlers are grouped together, but also add a blank row in between each section
2. Once the handlers are grouped together, Columns I through O have number values that need to be totaled per handler group. That is what the blank row is for - to have the space to total each section.

3. Bold the first row and freeze it

4. Color any number value under $50,000 as green text, and color any number value over $75,000 as red text


Thank you for any help and guidance
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Glad to hear you got the solution.

If you would like to post the solution then it is perfectly fine to mark your post as the solution to help future readers. Otherwise, please do not mark a post that doesn't contain a solution.
 
Upvote 0

Forum statistics

Threads
1,214,981
Messages
6,122,565
Members
449,089
Latest member
Motoracer88

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