Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a code complexity spreadsheet. Each entry has the module name, file
name, complexity number of the module. I want to filter the module with the maximum complexity for each unique file name (displaying the entire line). I am kind of new to Excel, so I am not sure how to do this. Any help is highly appreciated. I think this falls under Excel programming. If it is a different group, please direct me. thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Arun,
Use another column (let's say column D), with an array formula (entered with ctrl-shift-enter) like =MAX(IF($A$2:$A$1000=A2,$C$2:$C$100))=C2 Where Filenames are in column A, and the complexity numbers are in column C. Note that this will not work if the complexity numbers are 'multi-decimal' 1.2.3.01 Copy that formula down, then filter based on column D, to show TRUE values. HTH, Bernie MS Excel MVP "Arun" wrote in message ... I have a code complexity spreadsheet. Each entry has the module name, file name, complexity number of the module. I want to filter the module with the maximum complexity for each unique file name (displaying the entire line). I am kind of new to Excel, so I am not sure how to do this. Any help is highly appreciated. I think this falls under Excel programming. If it is a different group, please direct me. thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Unique Values in 1 Column based on Date Range in another Column | Excel Worksheet Functions | |||
Restructuring column sequence to rows, based on a unique column. | Excel Programming | |||
To find Multiple values in column B for a unique value in column A | Excel Worksheet Functions | |||
Populate a column by extracting unique values from another column? | Excel Worksheet Functions | |||
macro to transpose cells in Column B based on unique values in Column A | Excel Programming |