Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Sorting data field

I would like to sort the data in a sheet that is 6-9 columns wide so as to
find the event(s) when 3 consecutive horizontal cells in a row have the same
info. Can sort the selected events either to the top or the bottom of the
sheet, doesn't matter.
Using excel 2007. I would appreciate input how to do this if possible.
--
Bill
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Sorting data field

So what do you need help with -- sorting the data or finding the 3
consecutive cells?

To sort, highlight your data, then use DataSort. Follow the prompts.

For the duplicated data, the typical solution is to use Countif. If you're
checking column A, use:
=countif(A:A,A1)
and copy down

Any number greater than 2 meets your criteria. If you want to check for
exactly three, use:
=if(countif(A:A,A1)=3,"3 in a row","")

Regards,
Fred


"Bill C" wrote in message
...
I would like to sort the data in a sheet that is 6-9 columns wide so as to
find the event(s) when 3 consecutive horizontal cells in a row have the
same
info. Can sort the selected events either to the top or the bottom of the
sheet, doesn't matter.
Using excel 2007. I would appreciate input how to do this if possible.
--
Bill


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sorting data in pivot table field drop downs Steve 51 Excel Discussion (Misc queries) 2 February 9th 09 08:55 PM
Sorting Page Area Field Data in Excel 2007 Pivot Table Rubble Excel Discussion (Misc queries) 2 February 17th 08 03:51 PM
Sorting Pivot Field List Craig Graham Excel Discussion (Misc queries) 4 November 8th 07 12:01 AM
Trouble sorting first by a dates field and then by a text field. trainer07 Excel Discussion (Misc queries) 1 December 6th 06 12:25 AM
sorting on a date field Bob Matthews Excel Worksheet Functions 2 October 12th 06 09:32 PM


All times are GMT +1. The time now is 05:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"