Microsoft
Software
Hardware
Network
Question : Matching Cell Items in Excel
Hello Experts,
This request is so tricky I didn't know it took me a little while just trying to find an appropriate title :-)
Anyway, this request requires someone pretty adept with excel.
In the attached sample I would like the postcodes in column A to find a match in Column C and there is indeed a match I would like the cell in column B to be inputted with the information in Column D .... confused? :-)
Let me give you an example.
A3 has EN8 9SL, there happens to be an identical match in C18, therefore I would like B18 to have the input of Hertfordshire.
I know you Experts can help me with this - that's why I continue to subscribe to Experts Exchange :-) You guys are great.
Thanks in advance for your help
Cheers
Carlton
Attachments:
match-it-please.xls
(17 KB)
(File Type Details)
match cells
Answer : Matching Cell Items in Excel
I'm so sorry....
I didn't lock the range. Please see below.
=IF(ISNA(VLOOKUP(A2,$C$1:$
D$21,2,FAL
SE)),"",VL
OOKUP(A2,$
C$1:$D$21,
2,FALSE))
Random Solutions
Help needed with to script Robocopy
javascript: set value of form file input
Can't connect to printer on Windows 7 PC
insert current filename as variable into href statement
Help formating a output in Powershell
Can I purge trash on exit?
VBS persistant drive mapping
Change Color Category to Appointment in VBA
How to sort sites in history as last used in IE 8?
Can someone please how me how to merge two sorted linked lists in c#? It's for interview btw..