+ Reply to Thread
Results 1 to 2 of 2

Return a blank cell instead of a zero

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2010
    Posts
    1

    Return a blank cell instead of a zero

    What formula do I use to copy a range of cells and if the quantity is zero return a blank instead of a zero?

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Return a blank cell instead of a zero

    you could do this:

    in B1

    =IF(A1=0,"",A1)
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

+ 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