+ Reply to Thread
Results 1 to 2 of 2

vlookup?

  1. #1
    Registered User
    Join Date
    04-19-2009
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    21

    vlookup?

    Column A is a list of names.
    Column B has the letter D if employee is working day shift, blank if not.

    How can I produce a list of names in column C that are working day shift?

    Thanks for any help on this!

  2. #2
    Forum Contributor
    Join Date
    01-13-2009
    Location
    Mumbai
    MS-Off Ver
    Excel 2003, 2007
    Posts
    168

    Re: vlookup?

    Hi Sable,

    You do not need to apply Vlookup. You can simply use the following formulae in Column C,

    "=IF(B1 = "D", A1, "")"

    Hope this helps.

    Regards,
    Vaibhav

+ 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