+ Reply to Thread
Results 1 to 7 of 7

Adding a monetary amount on a certain day every month

  1. #1
    Registered User
    Join Date
    07-07-2009
    Location
    Mass
    MS-Off Ver
    Excel 2007
    Posts
    3

    Cool Adding a monetary amount on a certain day every month

    I hope someone can help me out here. I know which day every week Im going to get paid and I would like to add that amount to a cell every time I get paid automatically. Anybody got this down?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Adding a monetary amount on a certain day every month

    Can you attach an example spreadsheet showing how you have things set up and what results you want (e.g. every other Thursday as that day passes, it enters $500)?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    07-07-2009
    Location
    Mass
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding a monetary amount on a certain day every month

    Exactly,
    I get paid every thursday and I want to add 504.00 to the cell every thursday repeating.

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Adding a monetary amount on a certain day every month

    I'm still not sure. Do you want it to sum from the previous row (I assume, you have some sort of calendar set up and column D or whatever is Thursdays?). Do you want it to magically appear only after that date is past or just to the entire calendar? Where are the dates (if you want it to be date dependent) located?

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Adding a monetary amount on a certain day every month

    You probably need to define a start date, e.g. assume you want to add that amount every Thursday starting today then put that start date in A1, i.e. 7/7/2009

    then in B1 to get $504 added every Thursday

    =MAX(INT((WEEKDAY(A1-5)+TODAY()-A1)/7)*504,0)

  6. #6
    Registered User
    Join Date
    07-07-2009
    Location
    Mass
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding a monetary amount on a certain day every month

    Thats what i want to do but it doesnt seem to be working when I change the date in A1 to test it out..?

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Adding a monetary amount on a certain day every month

    So what date are you trying in A1, what result do you get and what do you want?

+ 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