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

Category: Microsoft Office

Excel – Get Domain Name From URL

Posted on September 7, 2016 By David Kittell

This formula will give you a clean base path of a given URL Example: URL Just Domain Base Path http://www.amazon.com/Totally-Free-kindle-Books/lm/R27UG52OAM3TFX amazon.com www.amazon.com

Read more

Excel – Get Worksheet Name

Posted on August 29, 2016 By David Kittell

If you’re like me you name your worksheets in Excel to help make more sense of the data. I try to incorporate a universal header in most of my Excel documents so this script helps me. Example: Say you have an Excel file to log all the domains you manage…

Read more

Excel – VLookup – Unique Join WorkSheets

Posted on February 10, 2016February 12, 2016 By David Kittell

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

Read more

Excel – Get File Extension

Posted on December 9, 2015 By David Kittell

Great for logs if you need to categorize the file types.

Read more

Excel Rand

Posted on August 11, 2015October 26, 2015 By David Kittell

Great if you are creating random passwords, more examples at the reference link below. Reference: http://excel.tips.net/T003872_Generating_Random_Strings_of_Characters.html

Read more

Excel – Find Comma Replace With LineBreak

Posted on August 11, 2015October 26, 2015 By David Kittell

Selected the range of cells you need to replace. Go to Home > Find & Select > Replace or Ctrl + H Find what: , Replace with: CTRL + SHIFT + J Click Replace All Somehow CTRL + SHIFT + J is registered as a linebreak. Reference: http://stackoverflow.com/questions/14856501/substitute-a-comma-with-a-break-link-in-a-cell

Read more

Excel Macro – Autofit width and height

Posted on January 26, 2015August 27, 2024 By David Kittell

AutoFit() is designed to run in your Personal.xlsb with a keyboard function of Ctrl+d to select all columns and rows and then set a temporary width and height to then autofit based on all the content in the worksheet. AutoFitHeight() is designed to run in your Personal.xlsb with a keyboard…

Read more

Excel – VLookup – Compare Two Columns/Sheets

Posted on January 6, 2015August 15, 2019 By David Kittell

Sometimes we need to compare lists in Excel, this function will assist in getting a clean comparison. NOTE: It is best when comparing that all columns are same format (ie. Text, Number, etc.) Going one step further, if you find a match and need a value from the other worksheet…

Read more

Insert Into Table From Another Table

Posted on August 7, 2013October 26, 2015 By David Kittell

If the two tables structure match you can do this command

Read more

Cast Memo As Text

Posted on March 19, 2013October 26, 2015 By David Kittell
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