+ Reply to Thread
Results 1 to 3 of 3

Thread: Need help im multiple if conditions in excel

  1. #1
    Forum Contributor
    Join Date
    01-17-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    111

    Post Need help im multiple if conditions in excel

    Hi,
    I have a sheet in which column A contains some data and column b contains dates corresponding which are different from each other
    I am using a formula with if condition for a range lookup and return the corresponding date.
    the formula is
    =IF(I5=A3:A8,B3,0)
    I am not getting successfull result. Please help me.

    What i need is if i enter the data in I5 then I want the corresponding date in I6.
    Like that i have around 3000 entries. Can any one help me in getting data with if condition
    Attaching the file for testing also
    Attached Files Attached Files
    Last edited by kishoremcp; 02-12-2012 at 05:38 AM.

  2. #2
    Registered User
    Join Date
    01-17-2012
    Location
    New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    33

    Re: Need help im multiple if conditions in excel

    =VLOOKUP(I5,A3:B8,2,FALSE)
    That will check for the value in I5 in the specified table (A3:B8) and if found return the value in column 2. If the value from I5 is NOT found in the table, it will return the error "FALSE."
    Last edited by CapnSef; 02-11-2012 at 11:56 AM.

  3. #3
    Registered User
    Join Date
    12-18-2011
    Location
    Back in Warwickshire
    MS-Off Ver
    Excel 2010
    Posts
    57

    Re: Need help im multiple if conditions in excel

    Hi

    Have you tried the VLookup function instead of the if function

    put this in Cell I6

    =vlookup(I5,A1:B3000,1)
    James

+ 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.2.0