Home Discord Chat
Go Back   ChiefsPlanet > Nzoner's Game Room
Register FAQDonate Members List Calendar

Reply
 
Thread Tools Display Modes
Old 12-08-2018, 03:09 PM  
Coach Coach is offline
Champs!
 
Coach's Avatar
 
Join Date: Mar 2004
Location: Kansas City
Casino cash: $5938476
Microsoft Excel - How often do you use it?

For advanced users, tell us some of your tricks in terms of using the formulas and such.

For beginners, ask questions here, hopefully answers could be provided.

As for me, my question to the experts/advanced users,

Let's say if I have a spreadsheet with column A that has names, typically last name, first name and middle initial (example: Smith, Joe Steve). Column B has names that is typically the same as column A, except it would be missing the middle name or a misspelling on the first name (example: Smith, Joe).


Column A would have say 450 names and Column B would have 150. How can a "near" match search be found, after utilizing the conditional formatting that highlights duplicate values?
Posts: 53,212
Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.
    Reply With Quote
Old 12-08-2018, 07:23 PM   #31
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $3217078
Quote:
Originally Posted by Coach View Post
See attached.

As you can see, the left would have the full name while on the right, some will already have a full name (which can be easily found by using the conditional format for duplicate values). Others will have a partial due to missing middle initial/name or partial first name.

My end result would be is to find column A (which is like roughly 25-50 names) and on column C, it would have a complete roster of who joined (in excess of 700 names), in a yearly cycle.


Basically, I just want to find a functional or something that allows me to find the person's full name on the left to have a probability of matching the name on column C.

For example, Feunutes, Shannon Arnold on the left is Feunutes, S. But because of Column C is larger, I don't want to have to use search and find each individual names independently/manually, if that makes sense?
Column B Formula: =IF(IFERROR(MATCH(IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),""),$D$2:$D$16,0),0)<>0,"On Roster","Not On Roster")
Column D Formula: =IFERROR(CONCATENATE(TEXT(LEFT(C2,FIND(",",C2)-1),""),", ",TEXT(LEFT(MID(C2,FIND(" ",C2)+1,256),1),"")),"")

What it will look like...

Last edited by kccrow; 12-08-2018 at 07:36 PM..
Posts: 12,660
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote
Old 12-08-2018, 07:25 PM   #32
digger digger is offline
Thread I will end you.......
 
digger's Avatar
 

Join Date: Apr 2007
Location: Kansas City, KS
Casino cash: $1802608
VARSITY
Quote:
Originally Posted by DaFace View Post
Found it. It was digger's fault. Fixed now.
Sorry...
__________________

Patrick Mahomes II MVP 2X
Super Bowl MVP 3x
Travis Kelce TE GOAT
Posts: 8,830
digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.digger is obviously part of the inner Circle.
    Reply With Quote
Old 12-08-2018, 07:26 PM   #33
Buehler445 Buehler445 is offline
Supporter
 
Buehler445's Avatar
 

Join Date: Apr 2007
Location: Scott City KS
Casino cash: $2294734
I use that bitch every day.

A simple =(timeout-timein)*24 makes a timesheet with multiple entities a breeze.

I use vlookup in a real simple purchase unit to application unit conversion.

DaFace actually turned me on to the SUBTOTAL function actually allows you total a column after a filter has been applied. I have an incredibly reerunedly convoluted billing spreadsheet that converts a myriad of field activities to whether or not they are billable to a billion different entities.

I should be doing that asshole on a database, but it's been a billion years since I've built one and I don't want to spend the money on access.

I also have a remarkably difficult to set up but remarkably easy to operate conversion from Quickbooks report to banks cashflow statement that is pretty much a series of references.
Posts: 56,790
Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.Buehler445 is obviously part of the inner Circle.
    Reply With Quote
Old 12-08-2018, 07:40 PM   #34
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $3217078
You could also separate it into more columns if you want... such as...
Column B Formula =IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),"")

Column E Formula
=IFERROR(CONCATENATE(TEXT(LEFT(D2,FIND(",",D2)-1),""),", ",TEXT(LEFT(MID(D2,FIND(" ",D2)+1,256),1),"")),"")

Column G Formula
=IF(IFERROR(MATCH(IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),""),$E$2:$E$16,0),0)<>0,"On Roster","Not On Roster")

Looks like this:
Posts: 12,660
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote
Old 12-08-2018, 07:42 PM   #35
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $3217078
And oh.. yeah been using this shit every day for as long as I can remember...
Posts: 12,660
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote
Old 12-08-2018, 09:42 PM   #36
Coach Coach is offline
Champs!
 
Coach's Avatar
 

Join Date: Mar 2004
Location: Kansas City
Casino cash: $5938476
Quote:
Originally Posted by kccrow View Post
You could also separate it into more columns if you want... such as...
Column B Formula =IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),"")

Column E Formula
=IFERROR(CONCATENATE(TEXT(LEFT(D2,FIND(",",D2)-1),""),", ",TEXT(LEFT(MID(D2,FIND(" ",D2)+1,256),1),"")),"")

Column G Formula
=IF(IFERROR(MATCH(IFERROR(CONCATENATE(TEXT(LEFT(A2,FIND(",",A2)-1),""),", ",TEXT(LEFT(MID(A2,FIND(" ",A2)+1,256),1),"")),""),$E$2:$E$16,0),0)<>0,"On Roster","Not On Roster")

Looks like this:
That looks pretty good, however, I'm curious as to why Davids T isn't on the roster (Column G), even though the short names match?
__________________
Super Bowl IV, LIV, LVII & LVIII Champions
2020, 2021, 2023, & 2024 AFC Champions
1985 & 2015 Major League Baseball World Series Champions
1980, 1985, 2014, & 2015 Major League Baseball American League Champions
2015 American League Central Division Champs
Posts: 53,212
Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.
    Reply With Quote
Old 12-08-2018, 11:37 PM   #37
MahiMike MahiMike is offline
He's Mahomie!
 
MahiMike's Avatar
 

Join Date: Aug 2001
Location: Jax, FL
Casino cash: $10023443
At work I use Excel daily. Pivot tables are the bomb. But at home I'm a Google docs guy.
__________________
99.9%
Posts: 17,387
MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.MahiMike is obviously part of the inner Circle.
    Reply With Quote
Old 12-08-2018, 11:40 PM   #38
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $3217078
Quote:
Originally Posted by Coach View Post
That looks pretty good, however, I'm curious as to why Davids T isn't on the roster (Column G), even though the short names match?
I put the Verification on the wrong side in the second example... my oops. It's verifying if Column A is in Column D, so if you follow row 5 across you'll see it is. Column G should actually be in Column C.

My assumption is that you're maintaining an overall roster in Column C and you're entering names in Column A to see if they are on the roster. Reference a couple posts above to see the shorter version formatted correctly.
Posts: 12,660
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote
Old 12-09-2018, 12:02 AM   #39
Coach Coach is offline
Champs!
 
Coach's Avatar
 

Join Date: Mar 2004
Location: Kansas City
Casino cash: $5938476
Quote:
Originally Posted by kccrow View Post
I put the Verification on the wrong side in the second example... my oops. It's verifying if Column A is in Column D, so if you follow row 5 across you'll see it is. Column G should actually be in Column C.

My assumption is that you're maintaining an overall roster in Column C and you're entering names in Column A to see if they are on the roster. Reference a couple posts above to see the shorter version formatted correctly.
Your assumption is correct that Column C is being maintained as a overall roster, while column A will have either new name or a repeat name, albeit may be missing certain keywords as explained earlier.

I just wished it wasn't such a pain in the ass.
__________________
Super Bowl IV, LIV, LVII & LVIII Champions
2020, 2021, 2023, & 2024 AFC Champions
1985 & 2015 Major League Baseball World Series Champions
1980, 1985, 2014, & 2015 Major League Baseball American League Champions
2015 American League Central Division Champs
Posts: 53,212
Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.
    Reply With Quote
Old 12-09-2018, 12:24 AM   #40
BucEyedPea BucEyedPea is offline
Gimme My Berries Back!
 
BucEyedPea's Avatar
 

Join Date: Apr 2006
Location: None of your business
Casino cash: $3449963
Never.

Well not exactly never but mostly. Only used it a few times from someone's where I had to fill in something.
Posts: 161,831
BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.BucEyedPea is obviously part of the inner Circle.
    Reply With Quote
Old 12-09-2018, 12:36 AM   #41
kccrow kccrow is offline
MVP
 
kccrow's Avatar
 

Join Date: Oct 2011
Location: Michigan
Casino cash: $3217078
Quote:
Originally Posted by Coach View Post
Your assumption is correct that Column C is being maintained as a overall roster, while column A will have either new name or a repeat name, albeit may be missing certain keywords as explained earlier.

I just wished it wasn't such a pain in the ass.
You can do some sweet shit with macros as well if you want to. For instance, it could check to see if the name exists in the roster list and, if not, add your entry to the list. Gets a bit complex, but Excel can do much, much more than most people realize.
Posts: 12,660
kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.kccrow 's phone was tapped by Scott Pioli.
    Reply With Quote
Old 12-09-2018, 12:44 AM   #42
Coach Coach is offline
Champs!
 
Coach's Avatar
 

Join Date: Mar 2004
Location: Kansas City
Casino cash: $5938476
Quote:
Originally Posted by kccrow View Post
You can do some sweet shit with macros as well if you want to. For instance, it could check to see if the name exists in the roster list and, if not, add your entry to the list. Gets a bit complex, but Excel can do much, much more than most people realize.
Yeah, I just need to make some time for myself to take some Microsoft Excel classes or something to educate myself more on how to do the advanced stuff.

I can do the basic to intermediate stuff, but the stuff you posted earlier, that's way advanced for my knowledge. Yet, you're right, it does do a lot more than people realize, which is why I need to make time for it.
__________________
Super Bowl IV, LIV, LVII & LVIII Champions
2020, 2021, 2023, & 2024 AFC Champions
1985 & 2015 Major League Baseball World Series Champions
1980, 1985, 2014, & 2015 Major League Baseball American League Champions
2015 American League Central Division Champs
Posts: 53,212
Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.Coach is obviously part of the inner Circle.
    Reply With Quote
Old 12-09-2018, 07:38 AM   #43
SithCeNtZ SithCeNtZ is offline
Starter
 

Join Date: Jan 2004
Location: Lawrence
Casino cash: $2751995
Quote:
Originally Posted by Buehler445 View Post
I use that bitch every day.

A simple =(timeout-timein)*24 makes a timesheet with multiple entities a breeze.

I use vlookup in a real simple purchase unit to application unit conversion.

DaFace actually turned me on to the SUBTOTAL function actually allows you total a column after a filter has been applied. I have an incredibly reerunedly convoluted billing spreadsheet that converts a myriad of field activities to whether or not they are billable to a billion different entities.

I should be doing that asshole on a database, but it's been a billion years since I've built one and I don't want to spend the money on access.

I also have a remarkably difficult to set up but remarkably easy to operate conversion from Quickbooks report to banks cashflow statement that is pretty much a series of references.
I don't know anything about your company obviously, but storage and processing power is so cheap now that you could probably build a DB for free in something like AWS on their free tier. You'd have to learn how to use it of course, but don't let cost be a reason you don't do it.
Posts: 949
SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.SithCeNtZ is not part of the Right 53.
    Reply With Quote
Old 12-09-2018, 09:34 AM   #44
jjchieffan jjchieffan is offline
Supporter
 
jjchieffan's Avatar
 

Join Date: Dec 2005
Location: Highlandville, MO
Casino cash: $3382247
I use a basic Excel spreadsheet for my business. I do service call work on network equipment. I use it to track my jobs, the mileage, the labor, the parts, who the work was for and the date paid. Comes in really handy for taxes. But the only functions that I ever use are the sum and the sort and filter.
Posts: 12,610
jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.jjchieffan is obviously part of the inner Circle.
    Reply With Quote
Old 12-09-2018, 10:08 AM   #45
scho63 scho63 is offline
Politically Incorrect
 
scho63's Avatar
 

Join Date: Feb 2009
Location: Scottsdale, AZ
Casino cash: $2751110
What the hell is Excel???
__________________
"The only difference between sex for free and sex for money is that sex for free costs you a WHOLE LOT more!" ~Redd Foxx~


2018 2019 2020 20212022 2023 2024 Adopt a Chief - Clark Hunt and Brett Veach
"The men who drafted Patrick Mahomes"


Posts: 50,521
scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.scho63 is obviously part of the inner Circle.
    Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump




All times are GMT -6. The time now is 03:10 AM.


This is a test for a client's site.
Fort Worth Texas Process Servers
Covering Arlington, Fort Worth, Grand Prairie and surrounding communities.
Tarrant County, Texas and Johnson County, Texas.
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.