+ Reply to Thread
Results 1 to 4 of 4

Trying to add If condition....

  1. #1
    Registered User
    Join Date
    01-18-2013
    Location
    Athens, Ga
    MS-Off Ver
    Excel 2003
    Posts
    4

    Trying to add If condition....

    Ok so I have this working formula:

    =IFERROR(INDEX(Sheet3!AF:AF,(MATCH(B4,Sheet3!A:A,0)+1)),(""))

    and I am trying to add in an IF condition something like this:

    =IFERROR(IF(Sheet1!A6>=3,(INDEX(Sheet3!AF:AF,(MATCH(B4,Sheet3!A:A,0)+1)),(""))))

    I can't seem to get the syntax right....

    Any help would be greatly appreciated!

    Thanks!

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Trying to add If condition....

    Try this
    Please Login or Register  to view this content.

  3. #3
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Trying to add If condition....

    Maybe
    =IF(Sheet1!A6>=3,IFERROR(INDEX(Sheet3!AF:AF,MATCH(B4,Sheet3!A:A,0)+1),""),"")
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  4. #4
    Registered User
    Join Date
    01-18-2013
    Location
    Athens, Ga
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Trying to add If condition....

    Thanks Robert, That did the trick!


    It was making me crazy!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] IF the condition of gender is met AND the condition of age is met subtract this number
    By arsenalmom in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-16-2014, 11:16 PM
  2. [SOLVED] Help for if condition formula result only either hit or miss from mulitple condition
    By breadwinner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-09-2013, 07:29 AM
  3. Replies: 6
    Last Post: 05-06-2010, 10:06 PM
  4. Running an if condition looped with another if condition in VBA
    By anuj.agarwal in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-04-2010, 08:12 PM
  5. multi condition format? lookup and date condition valid for.
    By D_Rennie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-13-2009, 11:37 AM

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