Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Sorting by Color in Excel 2003

I am not sure where this question belongs so I thought I would enter it under
general questions. I have a sheet with 3,245 rows. There are blocks of data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a way
to create something that will tell it to sort by color.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 834
Default Sorting by Color in Excel 2003

See http://www.xldynamic.com/source/xld....r.html#sorting

--

HTH

Bob

"John" wrote in message
...
I am not sure where this question belongs so I thought I would enter it
under
general questions. I have a sheet with 3,245 rows. There are blocks of
data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the
yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a
way
to create something that will tell it to sort by color.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Sorting by Color in Excel 2003

hi
you need a UDF. see chip pearsons site....
http://cpearson.com/excel/colors.aspx

regards
FSt1

"John" wrote:

I am not sure where this question belongs so I thought I would enter it under
general questions. I have a sheet with 3,245 rows. There are blocks of data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a way
to create something that will tell it to sort by color.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,549
Default Sorting by Color in Excel 2003

Another alternative...
http://blog.contextures.com/
--
Jim Cone
Portland, Oregon USA



"John"
wrote in message
...
I am not sure where this question belongs so I thought I would enter it under
general questions. I have a sheet with 3,245 rows. There are blocks of data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a way
to create something that will tell it to sort by color.
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Sorting by Color in Excel 2003

Guys thanks for all of your help. I copied the module into Excel and can see
the whole module in the VB editor. How do I now get the module to run? For
example one of the modules is called ColorIndex, I type =ColorIndex(A2) into
cell B2 and autofill it all the way down to row 2173. Nothing happens! I just
see the text of the formula copied down.

"Jim Cone" wrote:

Another alternative...
http://blog.contextures.com/
--
Jim Cone
Portland, Oregon USA



"John"
wrote in message
...
I am not sure where this question belongs so I thought I would enter it under
general questions. I have a sheet with 3,245 rows. There are blocks of data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a way
to create something that will tell it to sort by color.
.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,549
Default Sorting by Color in Excel 2003

Not enough information, however...

Code should be in a standard/regular module not the module behind the worksheet.
"ColorIndex" appears to be Bob Phillips code (you didn't say). It works for me.
If you are seeing the actual formula in the cells and not an error message,
then you need to try again with the cells formatted to "General". (use a new column).
--
Jim Cone
Portland, Oregon USA
Special Sort Excel add-in (sort by cell / font color + others)




"John"
wrote in message
...
Guys thanks for all of your help. I copied the module into Excel and can see
the whole module in the VB editor. How do I now get the module to run? For
example one of the modules is called ColorIndex, I type =ColorIndex(A2) into
cell B2 and autofill it all the way down to row 2173. Nothing happens! I just
see the text of the formula copied down.

"Jim Cone" wrote:

Another alternative...
http://blog.contextures.com/
--
Jim Cone
Portland, Oregon USA



"John"
wrote in message
...
I am not sure where this question belongs so I thought I would enter it under
general questions. I have a sheet with 3,245 rows. There are blocks of data
that are highlighted in yellow. The data in the row always starts in the A
column and ends in the F column. I need to sort the data so all of the yellow
blocks are together.
A1:F1 contain the tiles of my cells, then rows A2:F3 contain yellow filled
data then I have no colors until A30:F30 etc.... down to the end of the
sheet. I would like to have all of the yellow colored cells together.
I know Excel does not do this on its own, but I was told thatt here is a way
to create something that will tell it to sort by color.
.

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
Can't format cell color/text color in Office Excel 2003 in fil Tony S Excel Discussion (Misc queries) 1 December 21st 07 01:41 PM
Can't format cell color/text color in Office Excel 2003 in files . albertaman Excel Discussion (Misc queries) 0 February 16th 06 03:56 AM
My fill color and font color do not work in Excel Std Edition 2003 chapstick Excel Discussion (Misc queries) 1 September 11th 05 08:48 PM
Excel 2003 will not display color fonts or color fill cells DaveC Excel Worksheet Functions 1 April 11th 05 04:38 PM
My excel 2003 wont let me fill cells with color or color the tabs. trizog New Users to Excel 2 February 22nd 05 06:43 PM


All times are GMT +1. The time now is 06:07 PM.

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

About Us

"It's about Microsoft Excel"