Find and Display Match Text between columns
Closed
Zig
-
Dec 19, 2011 at 02:17 PM
RWomanizer Posts 365 Registration date Monday February 7, 2011 Status Contributor Last seen September 30, 2013 - Dec 20, 2011 at 12:36 AM
RWomanizer Posts 365 Registration date Monday February 7, 2011 Status Contributor Last seen September 30, 2013 - Dec 20, 2011 at 12:36 AM
Related:
- Find and Display Match Text between columns
- Display two columns in data validation list but return only one - Guide
- Music match jukebox - Download - Audio playback
- Download mp3 with lyrics display - Download - Audio playback
- Huawei display check code - Guide
- To display a text file in reverse order what command should be used - Guide
1 response
RWomanizer
Posts
365
Registration date
Monday February 7, 2011
Status
Contributor
Last seen
September 30, 2013
120
Dec 20, 2011 at 12:36 AM
Dec 20, 2011 at 12:36 AM
First of all copy column b and paste before column A, because the lookup cell should be on the left of reference cell for using Vlookup, now use Vlookup.
write the formula in column D as under:
(assuming that first row is header)
Formula in D2 = Vlookup(C2,A:B,2,false)
now you get the desired result.
Cheers!
Rahul :)
write the formula in column D as under:
(assuming that first row is header)
Formula in D2 = Vlookup(C2,A:B,2,false)
now you get the desired result.
Cheers!
Rahul :)