Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I get raw data from our server - sent by a tech person - the tech person
can't provide me more than this - this raw data is sent in an excel spreadsheet. gcarls is one of 13-14 staff memebrs who are idnetified in the raw data by their logon names - for logon to our server and in to a specific custom program where they enter data regarding their activities. I can create a table of these logon names say in col A and their full names in col B - no big problem there. -- John "Mike H" wrote: John. We really do want to help but your not providing sufficient information. gcarls is his logon name in our system and will never change. What is 'our system'? I get reports that list things he does by his logon name Where are these reports coming from? What is the reporting tool? Does 'the system' or 'Excel' have a table somewhere that lists full names and logon names? If it does you can query that table with a lookup in the way Eduardo showed you. In short, unless you have such a table that is available to Excel then what your asking can't be done. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "John" wrote: gcarls is his logon name in our system and will never change. I get reports that list things he does by his logon name and I want to convert it to his full name. -- John "Mike H" wrote: John, How do we establish that gcarls becomes Carlson, Glen? Why for example doesn't that same username become Carlton, Geoff or any other variation? -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "John" wrote: I'll try this again as I accidentally hit the enter key after typing the subject. In a spreadsheet I have all of my staff listed by their abbreviated names used to identify them on our server. I want to be able to convert there abbreviated names like "gcarls" to "Carlson, Glen". I think one of the If formualtions will work but I'm having difficulty. Can anyone please tell me how to do this? -- John |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
John,
I get raw data from our server - sent by a tech person - the tech person can't provide me more than this - Then it seems as if the 'server' doesn't hold a table of these nsames so you need to create your own in 2 columns in Excel. Col A = Logion name & Col B real name and then this formula =VLOOKUP(C2,A2:B17,2,FALSE) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "John" wrote: I get raw data from our server - sent by a tech person - the tech person can't provide me more than this - this raw data is sent in an excel spreadsheet. gcarls is one of 13-14 staff memebrs who are idnetified in the raw data by their logon names - for logon to our server and in to a specific custom program where they enter data regarding their activities. I can create a table of these logon names say in col A and their full names in col B - no big problem there. -- John "Mike H" wrote: John. We really do want to help but your not providing sufficient information. gcarls is his logon name in our system and will never change. What is 'our system'? I get reports that list things he does by his logon name Where are these reports coming from? What is the reporting tool? Does 'the system' or 'Excel' have a table somewhere that lists full names and logon names? If it does you can query that table with a lookup in the way Eduardo showed you. In short, unless you have such a table that is available to Excel then what your asking can't be done. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "John" wrote: gcarls is his logon name in our system and will never change. I get reports that list things he does by his logon name and I want to convert it to his full name. -- John "Mike H" wrote: John, How do we establish that gcarls becomes Carlson, Glen? Why for example doesn't that same username become Carlton, Geoff or any other variation? -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "John" wrote: I'll try this again as I accidentally hit the enter key after typing the subject. In a spreadsheet I have all of my staff listed by their abbreviated names used to identify them on our server. I want to be able to convert there abbreviated names like "gcarls" to "Carlson, Glen". I think one of the If formualtions will work but I'm having difficulty. Can anyone please tell me how to do this? -- John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Text Function change output text color? | Excel Discussion (Misc queries) | |||
change the text in the legend of a chart w/o changing pivot text | Charts and Charting in Excel | |||
How can I change text to proper text in multiple cells. | Excel Discussion (Misc queries) | |||
Change of text or background color doesn't change on the screen. | Excel Discussion (Misc queries) | |||
HOW TO CHANGE BAHTTEXT (THAI TEXT) TO ENGLISH TEXT IN EXCEL | Excel Worksheet Functions |