Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to check the values of two columns agains another two colums (with
same data) and if they are both in the sheet return a positive result, or if wrong return a "Missing Order". Example: A B C D E SENT Received CHECK Account Order Date Account Order Date 123 01/12/2009 314 05/12/2009 231 02/12/2009 142 04/12/2009 314 03/12/2009 123 01/12/2009 142 04/12/2009 So I need to take the info from Colum A and B (account and order date) and see if the same info resides in Column C and D, and if so put a check mark in Column E. So in this case I would get an 'OK' for account '123' and '142' but not for '314' because the date is different and not for 231 because it is missing. I'm sure its simple enough, I have tried combining and checking, but with dates it goes wrong.... If you can help I woudl be SO grateful! Thanks, Tony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking Filled Columns and Adding up value above | Excel Worksheet Functions | |||
Checking values in 2 columns | Excel Worksheet Functions | |||
Question about a unique list in VBA by checking data inside of 2 columns | Excel Discussion (Misc queries) | |||
Arrange data spanning 8 columns and 3 rows to 24 columns and 1 row | Excel Discussion (Misc queries) | |||
Checking for a zero value in multiple columns | Excel Worksheet Functions |