+ Reply to Thread
Results 1 to 9 of 9

Lookup & Index

  1. #1
    Registered User
    Join Date
    12-03-2008
    Location
    The Swamp
    MS-Off Ver
    2000 Pro
    Posts
    75

    Lookup & Index

    I am creating a spreadsheet for the mortgage department. I have 2 tabs, appraisal fees & construction inspection fees.

    Appraisal Fees will be completed by the processor as the applications are received and fees are collected. Column E is to identify loans that are construction loans, marked with a 'Y'.

    In the construction tab, I want to bring over columns C & D from appraisal fees when there is a Y in column E of appraisal fees tab. I want to index this so that it starts from the top of the construction inspection fees.

    Is it as simple as adding an index function to the start of the if formula?

    Please Login or Register  to view this content.
    Thanks again, you guys are the experts....Jeff
    Attached Files Attached Files
    Last edited by Georgia Golfer; 08-07-2009 at 02:04 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Lookup & Index

    Quote Originally Posted by Georgia Golfer View Post
    Is it as simple as adding an index function to the start of the if formula?
    It may be. Post up your workbook (click GO ADVANCED and use the paperclip icon) and make sure you manually mockup your desired results, too, so we see clearly what you're after.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    12-03-2008
    Location
    The Swamp
    MS-Off Ver
    2000 Pro
    Posts
    75

    Re: Lookup & Index

    Sample added. Thanks again

  4. #4
    Registered User
    Join Date
    06-01-2009
    Location
    India
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    66

    Smile Re: Lookup & Index

    Georgia,

    I could not locate the sample file. Am I missing something?
    Mohit Khurana, CFA

    Excel Matic - A blog on MS Excel

    List of Essential Excel Shortcuts

    e-Book on Excel Math Functions

    Please add to our reputation if you find our replies as helpful.

  5. #5
    Registered User
    Join Date
    12-03-2008
    Location
    The Swamp
    MS-Off Ver
    2000 Pro
    Posts
    75

    Re: Lookup & Index

    I edited the original post & added it as an attachment.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Lookup & Index

    Here's how I would do it. I added some values in column H of sheet1 that create an INDEX of incrementing values whenever a "Y" occurs.

    On sheet2 I added a column A INDEX that only shows numbers matching the column H values of the prior sheet. Now a simple INDEX/MATCH formula in columns B and C can pull over the values for the row with a "1" in it, then a "2", etc.

    Once you're ok with that, you can color those columns font to match the background, making them invisible, if you wish.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-03-2008
    Location
    The Swamp
    MS-Off Ver
    2000 Pro
    Posts
    75

    Re: Lookup & Index

    I like it, but when I copy the formula from the 1st sheet on paper & rewrite it in my spreadsheet, I can't get it to work. It's a simple if statement not requiring an array command, right? It's verbatim from what works in your spreadsheet.

    FYI, I'm using vista now, does that make a difference?

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Lookup & Index

    Simple INDEX/MATCH/MAX functions work the same on Vista, so no issue there.

    On sheet2, there are 3 distinct formulas:
    A1:
    =MAX('Appraisal Fees'!H:H)

    A2:
    =IF(1>A1,"",1)

    A3 and then copied down:
    =IF(OR(A2="",N(A2)+1>$A$1),"",A2+1)

    Make sure you get all those correct.

    ========
    Again, perhaps just working directly with your actual workbook is simplest. Post that up if needed, just sanitize the customer names temporarily and put them back later.

  9. #9
    Registered User
    Join Date
    12-03-2008
    Location
    The Swamp
    MS-Off Ver
    2000 Pro
    Posts
    75

    Re: Lookup & Index

    You never disappoint. Marked solved and added to your rep....Thanks again bud.

+ 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