+ Reply to Thread
Results 1 to 4 of 4

Decode this formula

  1. #1
    Registered User
    Join Date
    02-28-2018
    Location
    NM, USA
    MS-Off Ver
    7
    Posts
    2

    Decode this formula

    Can someone help decode this formula?

    =VLOOKUP($E23, 'Machine Hrs'!$F$11:$N$35,9,FALSE)

    Mostly need to know what the last 2 items mean - 9,FALSE

    Thanks, Tern

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,876

    Re: Decode this formula

    It would be valuable for you to read the Help page for VLOOKUP.

    VLOOKUP looks for a value in the first column of a rectangular range. $E23 is the value you are looking for.

    'Machine Hrs'!$F$11:$N$35 is the range you are searching.

    9 is the column within that range that VLOOKUP will return the result for. For this example, if the value in $E23 is found in F12, then VLOOKUP will return the value in N12.

    FALSE means that VLOOKUP will look only for an exact match of $E23. If no exact match is found, it will return an error. If instead you use TRUE, then VLOOKUP will expect the values in the first column to be sorted. If it does not find an exact match, it will quit when it sees that your value was not found where it expected it to be, and will return the highest value that is not greater than the one you are looking for.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    02-28-2018
    Location
    NM, USA
    MS-Off Ver
    7
    Posts
    2

    Re: Decode this formula

    Thank-You!

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,876

    Re: Decode this formula

    If your question has been answered please mark your thread as "Solved" so that members will know by looking at the thread title that your problem is solved. Go to the menu immediately above your first post to the thread and click on Thread Tools. From the dropdown menu select "Mark this thread as solved..."

    If a member helped you solve your problem, consider adding to their reputation by clicking on the star icon addreputationicon.jpg below their name.

+ 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. [SOLVED] Is there a formula to decode URL's?
    By mikey42979 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 12-14-2021, 01:15 AM
  2. Decode the Cells
    By navneetvyas in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2017, 03:35 AM
  3. [SOLVED] msgpack decode in VBA
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-29-2015, 10:58 AM
  4. Need formula to decode HTML to normal text
    By papusale in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-22-2015, 11:46 AM
  5. Scramble Text and Decode
    By unclejemima in forum Excel General
    Replies: 6
    Last Post: 08-16-2015, 09:14 AM
  6. [SOLVED] serial number decode
    By chiuinggum in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-13-2006, 04:20 AM
  7. Decode MP3 ID3v2 and WMA tag info
    By Tom D in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-18-2005, 10:06 AM

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