Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Excel – VLookup – Unique Join WorkSheets

Posted on February 10, 2016February 12, 2016 By David Kittell
=VLOOKUP(B2,Sheet2!A:B,2,FALSE)

Sheet1

Column A Column B
Moo ./.htaccess

Sheet2

Column A Column B
./.htaccess 235

Add the code above to Column C in Sheet1 and it will match Column B from Sheet1 with Column A from Sheet2 and get the value to display from Column B from Sheet2

Originally Posted on February 10, 2016
Last Updated on February 12, 2016
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Excel Microsoft Office

Post navigation

Previous post
Next post

Related Posts

WordPress Database Information

Posted on September 14, 2015February 12, 2016

I plan to work more on this as it is rather nasty but as a work in progress notepad if you will this is the spot for now. — Not a pretty approach but this will help you get a listing of all active plugins DROP TABLE IF EXISTS wp_active_plugins;…

Read More

PowerShell – RSS Feed Reader

Posted on December 15, 2015February 12, 2016

clear $rssFeedURL = ‘http://www.kittell.net/feed/’ $rssFeed = 1(New-Object System.Net.WebClient).DownloadString($rssFeedURL) $rssFeed.rss.channel.item | Select-Object title, link -First 5 | Format-Table -AutoSize GitHub: https://gist.github.com/dkittell/ca4025e4e78ccecbb5f0 Originally Posted on December 15, 2015Last Updated on February 12, 2016 All information on this site is shared with the intention to help. Before any source code or program is…

Read More

Android Contacts – Set Text Case

Posted on March 2, 2014October 26, 2015

UPDATE data SET data1 = lower(data1) WHERE mimetype_id IN ( SELECT _id FROM mimetypes WHERE mimetype LIKE "%email%" ); Originally Posted on March 2, 2014Last Updated on October 26, 2015 All information on this site is shared with the intention to help. Before any source code or program is ran…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes