View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Swish7 Swish7 is offline
external usenet poster
 
Posts: 10
Default I would like to avoid pivot tables if possible

Another reason this can't work for me is that I would have to change the
formats of all the relevant cells from text or date to number in order for
them to be summable. Changing the format would change the values in those
cells, and render them useless.





"Swish7" wrote:

I was hoping this could be done with conditional formatting..

"DReid" wrote:

simplest is usually the quickest...or I've just got a dumb way of doing
things. I'd create an extra column which equalled the text value of the cells
in question ie ="b"&"E"&"J" which will give you a unique value.
Then click on pivottable and arrange it so your unique value is the first
column and any number is the datatable, it'll group any duplicates for you

ta
DOug

"Swish7" wrote:

Novice here...

How do I show or highlight, within a single worksheet, rows of cells that
have matching data with other rows in another part of the worksheet.

For example:
the worksheet has about 10,000 rows, and 11 columns.
I want to the formula to look through the entire worksheet and highlight for
me any single row which "matches" any other single row.
Whether or not it matches would be based on whether the data in columns B,
E, and J for that row match.
Column B is a number, Column E is a date, and Column J is another number.

025847 10/27/2008 012
025847 10/27/2008 013
025843 10/27/2008 012
025847 10/27/2008 012
025847 10/27/2008 012

For example, rows 1, 4, and 5 from the above example, I want those to show
up as matches.

Is this feasible?