+ Reply to Thread
Results 1 to 6 of 6

Blank result

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    27

    Blank result

    Hi,

    i have a formula as below:
    =HLOOKUP($B200,Scheduler!$E$2:$GT$124,SUM(1+$E$1),0)= Result 0

    if the result is 0 this should show as Blank in current cell instead showing zero. Important is Only the result zero this field show as blank.

    Could you please check and help me.

    Thanks in advance!!

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Blank result

    Just wrap an if statement around your formula.

    Please Login or Register  to view this content.

  3. #3
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    603

    Re: Blank result

    Try this:
    =if(HLOOKUP($B200,Scheduler!$E$2:$GT$124,SUM(1+$E$1),0)=0,"",HLOOKUP($B200,Scheduler!$E$2:$GT$124,SUM(1+$E$1),0))
    Appreciate the help? CLICK *

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Blank result

    Maybe one of these...

    If the formula normally returns a TEXT value:

    =T(HLOOKUP($B2,Scheduler!$E$2:$GT$124,SUM(1+$E$1),0))

    If the formula normally returns a NUMERIC value:

    =IFERROR(1/(1/HLOOKUP($B2,Scheduler!$E$2:$GT$124,SUM(1+$E$1),0)),"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    06-20-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Blank result

    Thank you All!!! Its working fine

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Blank result

    You're welcome. We appreciate the feedback!

+ 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. Replies: 5
    Last Post: 08-26-2013, 06:26 PM
  2. BLANK as result of a formula
    By WouterVC in forum Excel General
    Replies: 2
    Last Post: 08-26-2010, 12:58 PM
  3. Blank cell until result
    By foilprint0 in forum Excel General
    Replies: 3
    Last Post: 09-01-2009, 02:46 PM
  4. If a result is 0 can a field be blank?
    By Mediaid in forum Excel General
    Replies: 6
    Last Post: 03-23-2009, 08:50 AM
  5. [SOLVED] IF result blank
    By Micayla Bergen in forum Excel General
    Replies: 1
    Last Post: 08-15-2005, 11:05 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