Author Topic: Microsoft Excel Question  (Read 911 times)

0 Members and 1 Guest are viewing this topic.

Microsoft Excel Question
If this is posted in the wrong forum, accept my apologies and move this to the appropriate forum.

So basically I have a question about two lists of people in excel. All entries are Text fields.

file 1.xls has a list of names, file 2.xls has a list of names divided into categories.

Now all I have to do is crosscheck if the name in the first list exists in the second list, and if so, tally what category they exist.

Example:


List 1
Joe B.
Sam C.
Jenny J.

List 2
Mark F. (rich)
Sam C. (poor)
Jenny J. (rich)

so the tally would go:
poor - 1
rich - 1
not counted - 1

I was wondering if there was a way to streamline the process. Instead of counting hundreds of names manually.
VBB survivor (the J master) - five hundred something posts

 

Offline Klaustrophobia

  • 210
  • the REAL Nuke of HLP
    • North Carolina Tigers
Re: Microsoft Excel Question
i'm not sure excel can search for strings.  but you could write a very simple program to read the data out of text files and do the tally.
I like to stare at the sun.

  

Offline headdie

  • i don't use punctuation lol
  • 212
  • Lawful Neutral with a Chaotic outook
    • Skype
    • Twitter
    • Headdie on Deviant Art
Re: Microsoft Excel Question
you could do it with vlookups searching each catagory nested in if statments to get the proor/rich for the list of names then probably use something like countif to tally them up
Minister of Interstellar Affairs Sol Union - Retired
quote General Battuta - "FRED is canon!"
Contact me at [email protected]
My Release Thread, Old Release Thread, Celestial Objects Thread, My rubbish attempts at art

 
Re: Microsoft Excel Question
ah, thanks! that was pretty much it.
VBB survivor (the J master) - five hundred something posts