+ Reply to Thread
Results 1 to 4 of 4

If/Then Formula Possibility

  1. #1
    Registered User
    Join Date
    08-12-2010
    Location
    San Diego, Ca
    MS-Off Ver
    Excel 2007
    Posts
    3

    If/Then Formula Possibility

    I am relativly new to excel, but learning more everyday. I am stumped on whether there is a formula that is out there to help me for this issue.

    I have information in columns B(employee id), E (Employee Listing), and P(Employee Group). Is there a formula that could be placed into column O (new employee id column) that would look something like this: If the information in P1 = the information that is in E1 (so the two employee names match) then the cell output in O would be the information that is in B1 (Employee Id)?

    I am trying to auto populate the id from B1 which matches the name in E1 to show up in O1 when P1 matches the name in E1. I am sorry if this is confusing, I am just looking for an easy way to knock out the ID matching of 10k+ employees.

    Thanks for any help.
    Last edited by El Dokablo; 08-12-2010 at 08:58 PM.

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Formula Help

    Hi El Dokablo

    Welcome to the forum

    You would do best to post a sample workbook showing Before and After.

    It should clearly illustrate your problem and not contain any sensitive data.

    You should also consider your thread title before the moderators get you....

    Forum Rules here
    http://www.excelforum.com/forum-rule...rum-rules.html

    Cheers

    [EDIT]

    Ooops! to late

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: If/Then Formula Possibility

    If the information in P1 = the information that is in E1 (so the two employee names match) then the cell output in O would be the information that is in B1 (Employee Id)?
    reading just this, maybe in O1

    =if(P1=E1,B1,"")

  4. #4
    Registered User
    Join Date
    08-12-2010
    Location
    San Diego, Ca
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: If/Then Formula Possibility

    Quote Originally Posted by teylyn View Post
    reading just this, maybe in O1

    =if(P1=E1,B1,"")
    That is it!!! Thank you so much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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