Spliting a list into two identical lists

alissa.swartz

New Member
Joined
Mar 9, 2011
Messages
1
Hello –

I am trying to create two spreadsheets that have an equal distribution of people across two different indicators - 39 locations & 2 years. The original spreadsheet has a list of approx 9500 people, reflecting a distribution across 39 different locations and 2 years. So, each of the two new spreadsheets would have 4750 people, with the same distribution of 39 locations and two years.



My initial idea was to either assign a “1” or a “2” to each person, and then create two excel files based on the number I assign them. Does anyone know how to assign a “1” or a “2”, apart from doing it manually? Or, is there an alternative way to accomplish creating two new lists?

Thanks much.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
You could use in a spare column

=RANDBETWEEN(1,2)

and copy down. Then filter on that column for 1 or 2 and copy to the respective sheets.
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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