Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Let's say i have column A with items , column B with prices , column C with
items and column D with prices again . Items in column A are in column C but not all of them . Items it column C are in column A but not all of them . Prices in column D are the current ones . Example : A1 : fork A2 : spoon A3 : computer B1 : 2.20 B2 : 1.90 B3 : 400.50 C1 : TV C2 : computer C3 : fork D1 : 190 D2 : 380.90 D3 : 2.20 In E column i want the macro to do this : E1 : "TV" (item from C1) not found in A column , puts in E1 this code "new item" E2 : "computer" (item from C2) found in A column but with different price . Puts in E2 the price from D2 : "380.90" E3 : "fork" (item from C3 ) found in A column with same price ( D3=B1) . Puts in E3 this code "same price" After that it analises the items which are in A column but not to be found in C column and puts in F column a code "deleted item " "spoon" from A2 is not to be found in C column . So , in F2 the cod should be "deleted item" Can this be done ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 identifies columns with numbers why? ? ? | Excel Worksheet Functions | |||
what is the formula that identifies v8 in a row & adds v8+v8=v16? | Excel Discussion (Misc queries) | |||
create a macro that compares two workbooks | Excel Discussion (Misc queries) | |||
Copy/Paste using a macro that identifies occuoied range | Setting up and Configuration of Excel | |||
Is it possible to build macro that compares diff workbook columns | Excel Worksheet Functions |