+ Reply to Thread
Results 1 to 3 of 3

Show empty cell instead of zero in indx formula

Hybrid View

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Show empty cell instead of zero in indx formula

    I have INDEX formula with big array. If it doesn't find anything it shows zero. I would like it to show empty cell instead.

    =INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110))

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Show empty cell instead of zero in indx formula

    Perhaps

    Formula: copy to clipboard
    =if(INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110))=0,"",INDEX(Timespan!$B$2:$AJD$2,0,ROW(N110)))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Show empty cell instead of zero in indx formula

    thank you, works fine
    Last edited by purlo; 01-25-2016 at 03:17 PM.

+ 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] If cell is empty = show nothing
    By mack4n in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-29-2015, 02:29 AM
  2. [SOLVED] excel 2010 empty a cell according to other cells (without Deleting them just show empty)
    By pavlos_x in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-11-2015, 01:46 PM
  3. [SOLVED] Formula to show as blank if empty if zero value
    By Peterino in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-29-2014, 04:05 PM
  4. [SOLVED] Show result Cell as Empty If.....
    By JRidge in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-24-2014, 04:56 AM
  5. [SOLVED] Cell w/link formula to show as empty for VBA check before saving
    By thecdnmole in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-23-2014, 04:30 PM
  6. [SOLVED] help with formula. It works but empty cells show#VALUE
    By nje in forum Excel General
    Replies: 4
    Last Post: 10-22-2012, 04:11 PM
  7. if no data, then show empty cell
    By BongoBill in forum Excel General
    Replies: 2
    Last Post: 07-31-2009, 12:02 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