+ Reply to Thread
Results 1 to 4 of 4

multiple if functions with index, match function.

  1. #1
    Registered User
    Join Date
    06-05-2012
    Location
    usa
    MS-Off Ver
    Excel 2007
    Posts
    37

    multiple if functions with index, match function.

    Hey,

    I keep getting an value error when using the below formula. Can anyone shed some light interms of why i am getting the value error?

    Please Login or Register  to view this content.
    IF(AU5="17 Rate",IFERROR(INDEX('REV 17 RATE'!$B$7:$IW$280,MATCH(A10,'REV 17 RATE'!$A$7:$A$280,0),MATCH($I$1&$I$2&$I$3,'REV 17 RATE'!$B$3:$AAK$3,0)),"Not Found")/1000000),IF(AU5="Act Rate",IFERROR(INDEX('REV @ACT Rate'!$B$7:$IW$280,MATCH(A10,'REV @ACT Rate'!$A$7:$A$280,0),MATCH($I$4&$I$2&$I$3,'REV @ACT Rate'!$B$3:$AAK$3,0)),"Not Found"))/1000000
    Please Login or Register  to view this content.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: multiple if functions with index, match function.

    It looks like whenever the formula returns "Not Found" it's trying to divide that by 1000000.

    "Not Found"/1000000 = #VALUE!

    Move the /1000000 inside of the "Not Found".
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    06-05-2012
    Location
    usa
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: multiple if functions with index, match function.

    That did the trick but now it's not dividing by 1000000 (1M) so I removed the 1M next to "Not Found" then I included the 1M towards the end of the formula and it worked. Thanks for your Help!!!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: multiple if functions with index, match function.

    Good deal. Thanks for the feedback!

+ 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. Nexted functions: Using the IF, INDEX, and Match function together
    By agroeneveld in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2016, 04:52 PM
  2. [SOLVED] Nesting Multiple IF Functions with Index and Match
    By Dropfiddy in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-27-2015, 02:14 AM
  3. [SOLVED] Nesting multiple INDEX and MATCH functions
    By dontaylor in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-12-2013, 06:15 PM
  4. Index/Match functions across multiple worksheets
    By dtingey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-25-2012, 03:50 PM
  5. Excel 2007 : Using multiple Index-Match functions
    By sigyn in forum Excel General
    Replies: 5
    Last Post: 10-13-2011, 10:55 AM
  6. Using the Index and Match Functions with a Like Function
    By Coldsteel in forum Excel General
    Replies: 4
    Last Post: 07-14-2010, 08:36 PM
  7. Multiple INDEX's and MATCH Functions
    By martinpe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-13-2008, 12:35 AM

Tags for this Thread

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