Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am looking for some VBA to do the following please. I have 4 columns of data. Column D contains results of tests most of the columns have the word “Negative” some are blank (ie test has not been carried out yet) and some have a comment (free text). There is a Product number in column C. I want to be able to compare the blank cells to the cells with the word negative and identify any matches of product number just leaving the rows with blank cells which have a matched product number as follows. Date Item ProductNo Result 01/01/09 Screws 2345 Negative 02/01/09 Washers 13658 Negative 03/01/09 Bolts 15896 Negative 05/01/09 Screws 12345 09/01/09 Washers 13658 14/01/09 Bolts 15896 Not suitable 15/01/09 Spanners 56987 Negative Giving 05/01/09 Screws 12345 09/01/09 Washers 13658 I hope this is possible. Any help is greatly appreciated Eddie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compare 2 column cells and return the adjacent columns cells data of the cell | Excel Worksheet Functions | |||
Compare 1 cell to column of cells returning adjacent cells info? | Excel Worksheet Functions | |||
compare cells in column to criteria, then average next column cell | Excel Worksheet Functions | |||
compare cells in a column for duplicates | Excel Programming | |||
How do I compare cells in a column | New Users to Excel |