Alternating fields

  • Thread starter Thread starter Shub
  • Start date Start date
S

Shub

I wish to produce a list of alternately male and females records.

With a gender field, how could this be achieved?
 
With Gender in column B, create a new column for Count.
With the first gender in B2, enter the following in row 2 of
the Count column:
=COUNTIF($B$1:B1,B2)+1
Copy the formula down to the last row of data

Select a cell in the table
Choose Data>Sort
Sort by Count, then by Gender
 
Many thanks

You can not believe how many people I've asked - who should know - how to do
this!

:-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top