+ Reply to Thread
Results 1 to 3 of 3

hide zeros and NA#'s from result of Index/match formula

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Question hide zeros and NA#'s from result of Index/match formula

    Hi Guys and Gals...new to the forum and I have excel question:

    Here is my formula: =INDEX(Demand!$A$4:$Y$121,MATCH('GMT 900'!$C7,Demand!$A$4:$A$120,0),MATCH('GMT 900'!BL5,Demand!$A$4:$Y$4,0))

    How can I use a nested statement to hide zeros and NA#'s which may result? I'm getting NA#'s because some of the numbers being searched for in the first match function do not exist. The data on the sheet being indexed changes from day to day.

    Thanks in advance for your help!

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: hide zeros and NA#'s from result of Index/match formula

    =iferror(INDEX(Demand!$A$4:$Y$121,MATCH('GMT 900'!$C7,Demand!$A$4:$A$120,0),MATCH('GMT 900'!BL5,Demand!$A$4:$Y$4,0)),"") will hide the NA#'s
    custom format cells as 0;-0;;@ to hide zeros is probably quickest
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: hide zeros and NA#'s from result of Index/match formula

    Worked great..thanks! (I had to change the "" to 0 because the cell is referenced in another calculation which resulted in an VALUE error from the blank cell...but the zero did the trick!

+ 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