Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Assuming that the entries in column 1 are unique (no duplicates) I would sort the data in column 1 Copy the data from column2 and 3 else where I may then sort although it is not necessary Then use a vlookup for column 2 it is enclosed in the if statement to avoid #N/A being returend =IF(ISNA(VLOOKUP(a2,$G$2:$H$100,1,0)),"",VLOOKUP(E 8,$G$2:$H$100,1,0)) Assuming the data to match is in cells g2:h100 adjust accordingly Then for column 3 =IF(ISNA(VLOOKUP(a2,$G$2:$H$100,2,0)),"",VLOOKUP(E 8,$G$2:$H$100,2,0)) Regards Dav -- Dav ------------------------------------------------------------------------ Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107 View this thread: http://www.excelforum.com/showthread...hreadid=507647 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting master sheet messes up cells in other sheets linked to it | Excel Worksheet Functions | |||
identically size merged cells for sorting rows | Excel Discussion (Misc queries) | |||
sorting cells according to all cells in column A | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |