+ Reply to Thread
Results 1 to 4 of 4

cell shows value because the formula is not been complete

  1. #1
    Registered User
    Join Date
    06-12-2010
    Location
    hull
    MS-Off Ver
    Excel 2003
    Posts
    8

    cell shows value because the formula is not been complete

    ive got a setup where a you pick a item in cells A and in cells B it shows the price they then type the quantity of the item in cell C. And in Cell D i Have e.g. B1*C2 and its shows Value When no item selected but because of the way i need it to work is there some formatting etc that i can use to get it to put "£0" if no item is selected


    thanks for your time

    Josh
    Last edited by palmer19; 06-13-2010 at 10:50 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: cell shows value because the formula is not been complete

    Try
    =IF(ISBLANK(D5),0,D5)
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    06-12-2010
    Location
    hull
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: cell shows value because the formula is not been complete

    Hi that doesnt seem to work if you look at the attactment it shows what i mean in the sheet labbelled main meals. at the unit price it shows value in some of the cells and i really need it to say £0.00 as the sum to add all those value at the bottom in total says VALUE due to the others

    thanks
    Attached Files Attached Files

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: cell shows value because the formula is not been complete

    It does work, you simply need to understand the examples offered & apply them. Don't expect us to do it for you,you won't learn that way

    =IF(ISBLANK(C9),0,C9*D9)

    You should also remove the empty row below the headers in your data table. There should be no empty rows or columns within a tableof data.
    Last edited by royUK; 06-13-2010 at 06:43 AM.

+ 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