+ Reply to Thread
Results 1 to 3 of 3

[Solved] Macro to normalize names

  1. #1
    Registered User
    Join Date
    07-23-2015
    Location
    Lex
    MS-Off Ver
    Kentucky
    Posts
    10

    [Solved] Macro to normalize names

    Hello, Is it possible to create a macro to normalize names in column B and place the answer in column A

    Currently working with a data base with almost 70,000 rows of data with multiple variations of the same name.

    I am using the bellow Vlookup which works great - However due to the nature of calculations excel sometime stops responding and I am forced to sit back and wait for the calculation to finish.

    =IFNA(VLOOKUP(C2,'Normalized'!A$2:B$1000,2,),C2)

    Thank you for any suggestions.
    Last edited by SellMeTv2; 08-31-2018 at 10:08 PM. Reason: solved

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,673

    Re: Macro to normalize names

    As you already have a nice and working formula - before we start writing a macro - how about such solution:

    leave one copy of your formula for further reference somewhere in your sheet - most common places would be B2 or Balmost7000 (last row).
    Select the other cells in column B : Ctrl + G , B3:B100000, Enter
    Copy
    Paste Special (in the same cells) as Values

    Time to time, especially if you find some new cases to be placed in Normalized workbook, or substantian number of entries were added to main workbook do a "maintenance":
    copy formula and then do such copy-paste special operation again.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    07-23-2015
    Location
    Lex
    MS-Off Ver
    Kentucky
    Posts
    10

    Re: Macro to normalize names

    Thank you. Sometimes, the best thing is to keep it simple.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Macro to Normalize Data
    By Brawnystaff in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-22-2014, 09:49 PM
  2. Normalize Vs Standardize
    By Billaus in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-20-2014, 12:22 PM
  3. Normalize data
    By MrKickAss in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-17-2014, 12:13 PM
  4. Normalize datasets
    By jorgeneriksen in forum Excel General
    Replies: 2
    Last Post: 01-27-2011, 11:06 AM
  5. Normalize Numbers
    By tallguy6354 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-25-2009, 09:16 PM
  6. VB Macro to normalize a table
    By hasardeux in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-20-2009, 08:24 AM
  7. [SOLVED] Normalize frequency
    By Knowledge001 in forum Excel General
    Replies: 1
    Last Post: 11-21-2005, 08:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1