Creating a spread sheet that shares work load

Luke1690

Board Regular
Joined
Jul 26, 2022
Messages
106
Office Version
  1. 2016
Platform
  1. Windows
Hi, Please can someone help me. i am creating a spread sheet that automatically shares work load between 3 people.
i have two types of work work "FISH" AND "DOG"
I receive a list of 30 jobs a day for example FISH,FISH,DOG,DOG,FISH,DOG,FISH,FISH,FISH,DOG,DOG

i paste this work load into column A. 3 staff work down the list. one of the staff could always end up with Job DOG. IS there away to sort the data so DOG is split across all 3, so add/sort into a sequence Dog,fish,dog,fish,dog,fish,dog,fish
FISH
DOG
DOG
FISH
FISH
DOG
FISH

I hope that makes sense, how do i sort the data into a certain sequence
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
See if this works? Type this formula into the next column, then sort column B in ascending order.
Excel Formula:
=COUNTIF($A$2:A2,A2)+IF(A2="DOG",0.1,IF(A2="FISH",0.2))

1690972371041.png
 
Upvote 0

Forum statistics

Threads
1,215,156
Messages
6,123,338
Members
449,098
Latest member
thnirmitha

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