+ Reply to Thread
Results 1 to 2 of 2

Another formula and the sum function

  1. #1
    Registered User
    Join Date
    01-02-2013
    Location
    Orem, UT
    MS-Off Ver
    Excel 2010
    Posts
    58

    Another formula and the sum function

    How about this formula. How do I prevent the amount from showing all the way down the column so I can use the sum function at the bottom of the column as I fill out this column throughout the month?

    =IF(I2=8.5,0,(8.5-I2)/.05*15)

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

    Re: Another formula and the sum function

    Maybe this...

    =IF(I2="","",IF(I2=8.5,0,(8.5-I2)/0.05*15))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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