+ Reply to Thread
Results 1 to 3 of 3

Nested Formula - Additional Help needed

  1. #1
    Registered User
    Join Date
    09-24-2009
    Location
    Phila, PA
    MS-Off Ver
    Excel 2003
    Posts
    28

    Nested Formula - Additional Help needed

    Attached is my worksheet. I need help adding one additional lookup in Detail worksheet, column K (rate). If no rate is found using current criteria, lookup value in Detail worksheet column G (Team) and find it on the Project worksheet in column D (Team) and return the value in column E (rate)
    Does this make sense?
    Thanks for your help
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Nested Formula - Additional Help needed

    You can change your formula in K2 to this:

    =IF(ISNA(MATCH(C2,Contractors!A:A,0)),IF(ISNA(MATCH(A2,Projects!A:A,0)),IF(ISNA(MATCH(G2,Projects!D:D,0)),"",VLOOKUP(G2,Projects!D:E,2,0)),VLOOKUP(A2,Projects!A:B,2,0)),VLOOKUP(C2,Contractors!A:D,4,0))

    and copy down, but it still doesn't give you a value in K2 or K6 as the teams CS_PMO and P&C NONBILL are not defined in your team table.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-24-2009
    Location
    Phila, PA
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Nested Formula - Additional Help needed

    Thanks Pete - your help is very much appreciated

    Once again, this site doens't fail me.

+ 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