Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
The following rows in a sheet contain region-wise sales of two products: Product Region Sales Toyota North 50 Nissan South 42 Toyota South 30 Toyota West 60 Nissan North 32 Nissan East 35 Nissan West 25 Toyota East 37 I am looking for VBA code that will retain only the rows with the maximum sales for a product and delete the other rows. ie for the above input, the output should be: Toyota West 60 Nissan South 42 Thanks in Advance for the help. Raj |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Delete empty rows in excel in b/w rows with values | Excel Worksheet Functions | |||
delete rows with 0 values | Excel Programming | |||
Delete Rows where there are #N/A Values | Excel Worksheet Functions | |||
Delete rows with numeric values, leave rows with text | Excel Programming | |||
VBA - Delete Drop Down, Retain Values | Excel Programming |