Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i have a worksheet with postcodes on it in column A in column M i have a list of postcodes with a number in the adjacent column i.e A (this is pasted in from another sheet) B (is where i want the answer) cc1 1cc 9 aa2 2aa 7 bb3 3bb 8 column M(has the full list of postcodes) N (code relating to postcode in M) aa2 2aa 7 bb3 3bb 8 cc1 1cc 9 the list in column A can be in any order and needs to find the correct code and place it in column B one code that has half worked is... in B2: =INDEX(N:N,MATCH(LEFT(A2,2),M:M,0)) but that was only using the first 2 letters of the postcode, i need the whole postcode as cc1=9 cc2=4 etc. -- deejay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy data from merged cells to their individual cells? | Excel Programming | |||
Copy data of two cells into one | Excel Discussion (Misc queries) | |||
how to copy cells data in every 7th row? | Excel Worksheet Functions | |||
Copy data into cells until changes trigger new copy | Excel Programming | |||
How do I copy data (word) into respective cells when the data bei. | New Users to Excel |