+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP Help

  1. #1
    Registered User
    Join Date
    03-08-2012
    Location
    United States
    MS-Off Ver
    Excel 2008
    Posts
    1

    VLOOKUP Help

    A B C D E F G
    1 Date Time NO NO2 NOx O2 CO
    2 02/20/2012 12:25:05 0 0.1 0.1 9.3 0
    3 02/20/2012 12:25:20 0 0 0 9.3 0
    4 02/20/2012 12:25:35 0 0 0 9.2 0 SYS NO ZERO
    5 02/20/2012 12:25:50 0 0 0 9.2 0 SYS CO ZERO

    I was hoping to use =VLOOKUP("SYS NO ZERO",A1:G5,3)

    Is there a way to do this?

    Also, sometimes the Columns C-G are in a mixed order and sometimes there is an added row for CO2.

    Is there a way to do VLOOKUP and make it find the correct columnn to search for the SYS NO ZERO and then search which column has NO and find the correct value.

    Thanks for the help

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: VLOOKUP Help

    Try

    =INDEX(C:C,MATCH("SYS NO ZERO",G:G,0))

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: VLOOKUP Help

    zneckcihc,

    Welcome to the forum!
    Give this a try:
    Please Login or Register  to view this content.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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