+ Reply to Thread
Results 1 to 6 of 6

Breakdown Please

Hybrid View

  1. #1
    Registered User
    Join Date
    07-16-2014
    Location
    UK
    MS-Off Ver
    2010
    Posts
    14

    Breakdown Please

    I understand the basics of using the IF function in excel but i have recently been asked to use a worksheet that has this formula in it:

    =IF(ISNA(VLOOKUP(I8,'Pt Tracker'!$M$5:$AK$65536,7,FALSE)),"",VLOOKUP(I8,'Pt Tracker'!$M$5:$AK$65536,7,FALSE))

    Can somebody explain what the red parts of the formula represent (are looking at)?
    Last edited by Shoey263; 07-22-2014 at 06:06 AM.

  2. #2
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Re: Breakdown Please

    Isna is a function check the Results whether is "NA" Error and check it is true or false
    I8 is the lookup value for which u are trying to find the or extract data from a known range of data.
    7 is the column position which starts from known range with respective I8 .

    Punnam

  3. #3
    Registered User
    Join Date
    07-16-2014
    Location
    UK
    MS-Off Ver
    2010
    Posts
    14

    Re: Breakdown Please

    Many Thanks, that helps a lot

  4. #4
    Registered User
    Join Date
    07-16-2014
    Location
    UK
    MS-Off Ver
    2010
    Posts
    14

    Re: Breakdown Please

    Would the formula work if i replaced the 7 with a negative number?

  5. #5
    Valued Forum Contributor Hawkeye16's Avatar
    Join Date
    02-27-2013
    Location
    Holland
    MS-Off Ver
    ├•┤ Pew Pew
    Posts
    441

    Re: Breakdown Please

    I usually prefer to combine the IF and ISNA into one statement when returning the tested statement if there is no error.

    Formula: copy to clipboard
    =IFERROR(VLOOKUP(I8,'Pt Tracker'!$M$5:$AK$65536,7,FALSE)),"")


    Two distinct parts here. The green text says if there is an error with the blue text (something not found most likely) then return "" otherwise return the value of the blue formula.

    The Blue formula, as Punnam said, looks up the value of cell I8 in the column M5:M65536 to find the FIRST exact match (due to the FALSE at the end). It then moves to the 7th column in the table M5:AK65536 and returns the value of that particular row and column.
    Despite the high cost of living, it remains very popular.

    Don't forget to mark threads SOLVED when you get an answer and rep all the geniouses that helped you today!

  6. #6
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Re: Breakdown Please

    No, it will not. In that case u can go with Index + Match , which works the same as Vlookup.

    Punnam

+ 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] RAND Breakdown
    By tridom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-24-2012, 11:57 AM
  2. [SOLVED] Recipe Breakdown
    By NightSprite in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2012, 04:22 PM
  3. Breakdown of total
    By Chizz247 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-17-2012, 07:04 AM
  4. [SOLVED] Breakdown
    By AJ in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-03-2006, 04:10 PM
  5. [SOLVED] How 2 breakdown $$$ into $ $ $?
    By mjpage in forum Excel General
    Replies: 2
    Last Post: 01-07-2006, 08:20 PM

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