+ Reply to Thread
Results 1 to 2 of 2

V Look up explanation

  1. #1
    Registered User
    Join Date
    02-11-2015
    Location
    Singapore, Singapore
    MS-Off Ver
    2013
    Posts
    1

    V Look up explanation

    Hi I am new but I need some help in understanding formulas.
    Is anyone able to break this formula down to simple English?
    Thanks

    =IF(E10<>"",IF(L10="M",VLOOKUP(E10,CostTable,2),IF(L10="R",VLOOKUP(T10,RepairCost,2),IF(L10="C",VLOOKUP(E10,CleanTable,3),"??"))))

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: V Look up explanation

    Hi, welcome to the forum

    =IF(E10<>"",IF(L10="M",VLOOKUP(E10,CostTable,2),IF(L10="R",VLOOKUP(T10,RepairCost,2),IF(L10="C",VLOOKUP(E10,CleanTable,3),"??"))))
    1st part...
    =IF(E10<>"",
    IF E10 contains anything (is not blank)

    IF(L10="M",VLOOKUP(E10,CostTable,2),
    IF L10 contains M, find the contents of E10 in the table called CostTable, and return the value in the 2nd column

    IF(L10="R",VLOOKUP(T10,RepairCost,2),
    If L10 does not contain M, but instead, contains R, find the contents of T10 in the table called REpairCost, return the value in the 2nd column

    IF(L10="C",VLOOKUP(E10,CleanTable,3),
    else if L10 = C, then same process for CleanTable

    "??"))))
    If none of these match, put ?? in te cell as the answer
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Code Explanation Help Please
    By gerbansprawl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-19-2013, 09:30 AM
  2. [SOLVED] VBA explanation
    By extremis in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 08-09-2013, 10:33 AM
  3. formula explanation
    By extremis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-05-2013, 04:22 PM
  4. VBA explanation
    By Darel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-01-2011, 02:00 AM
  5. Explanation
    By ro55co in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-29-2008, 08:15 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