+ Reply to Thread
Results 1 to 3 of 3

Nested Formula

  1. #1
    Registered User
    Join Date
    01-09-2009
    Location
    powell, ohio
    MS-Off Ver
    Excel 1997
    Posts
    24

    Nested Formula

    I'm having a problem solving this problem below. I've tried vlookup's with if statements and they are not working. Any help would be appreicated. The answer on the first row is .015, 2nd row is .09 and the 3rd row is Blank.

    The question is create a formula that will find the correct value based on both the value and age using the table to the right to find values. If value is blank then the formula should return a blank. See attached table.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    Sounds like homework but I'm bored so I'll bite:

    E7: =IF(ISNUMBER($B7),INDEX($H$8:$J$13,MATCH($B7,$G$8:$G$13,0),MATCH($C7,$H$7:$J$7,0)),"")

    You could also use VLOOKUP (so check out in XL help) as I suspect that's probably what they'd expect you to use.

  3. #3
    Registered User
    Join Date
    01-09-2009
    Location
    powell, ohio
    MS-Off Ver
    Excel 1997
    Posts
    24

    Smile

    Thanks Donkeyote,

    It works, I'll review the logic of your answer!!!

+ 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