+ Reply to Thread
Results 1 to 2 of 2

Blank cell = 0, when is shouldnt

  1. #1
    Registered User
    Join Date
    03-26-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    41

    Question Blank cell = 0, when is shouldnt

    Hi,

    I have a column(A) which has figures and blank entries.

    In column(B) im using the =whatever is in column(A).

    In column(B) it is returning the answer as 0 if column(A) is blank. But i want it to return blank if column(A) has a blank not a 0.

    Can you help please.

    Thanks

    Ru

  2. #2
    Registered User
    Join Date
    03-26-2010
    Location
    Setubal, Portugal
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Blank cell = 0, when is shouldnt

    You can put something like this instead:

    =IF(A1="";"";A1)

    jppinto
    Last edited by teylyn; 11-04-2010 at 04:34 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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