+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : How do I show a dragged formula as zero?

  1. #1
    Registered User
    Join Date
    10-29-2011
    Location
    South Glos
    MS-Off Ver
    Excel 2007
    Posts
    17

    How do I show a dragged formula as zero?

    I have a table to monitor my holidays that contains auto formulas to count. The problem I have is when dragging my formulas down a column excel inserts the last value all the way down the page. How do I format to stop this? Sheet attached.
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: How do I show a dragged formula as zero?

    Is data in A column mandatory?

    In thtat case you can use it as reference in all other cells:

    =IF(A2="", "", your formula)

    Or only in E column:

    =IF(A2="", "", C2*D2)

+ 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