+ Reply to Thread
Results 1 to 2 of 2

Increase the starting value of a cell by an amount each day

Hybrid View

  1. #1
    Registered User
    Join Date
    12-07-2011
    Location
    Frederick, MD
    MS-Off Ver
    Excel 2010
    Posts
    1

    Increase the starting value of a cell by an amount each day

    I apologize if this is addressed in another post. I've been searching for this answer in a few different forums including this one and none of the answers seemed to cover exactly what I was trying to do (or I just didn't understand it). Hopefully, someone can help me through here

    I keep a running account of my hours at work though a spreadsheet. I make sure the hours I am tracking in this excel sheet match up with the hours I have billed in another system.

    The long and the short of it is, I have a cell with a value that I input and I'm trying to get it to increase every work day by 8.

    So I put in a starting value.. say 40.. and every weekday, it increases that cell value by 8. Then I make sure the hours I have tracked always match that cell.

    Example:
    On 12/7 the value of the cell is 40
    On 12/8 the value of the cell becomes 48
    and so on..

    Maybe there is a better way to do this or there is a template that does something like what I'm talking about?

    Aside from this work tracking "solution" I am fumbling through, I would like to know the formula to increase the value of a cell by a number each day anyway..

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Increase the starting value of a cell by an amount each day

    Hi and welcome to the board

    If you enter the starting date, say in A1, in A2 enter
    =40+8*(networkdays(A1,today(),holiday_Range))

+ 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