+ Reply to Thread
Results 1 to 9 of 9

dates

  1. #1
    Registered User
    Join Date
    05-25-2005
    Location
    British Columbia
    Posts
    5

    dates

    I am trying to make it so that if a client enters a date, excel will automatically calculate several due dates. I am very new to all of this so answers will need to be very specific.
    I want to have a client enter a date in H7 and have excel come up with a date in H10, H12, H14 etc (30 days, 45 days, 90 days etc).
    Can anyone help? Ta!

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Donna,

    Place the following Formulas in the indicated Cells...

    H10 =IF(H7, H7 + 30, "")
    H12 =IF(H7, H7 + 45, "")
    H14 =IF(H7, H7 + 90, "")


    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    05-25-2005
    Location
    British Columbia
    Posts
    5

    dates

    Thanks for your help Leith. What do I put in cell H7? See, I told you I am an extreme novice!!

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Donna,

    In your original post you said the user would enter a date in this cell. If the cell location is different, chage H7 in each of the formula to the new cell that will hold the date.

    Sincerely,
    Leith Ross

  5. #5
    Registered User
    Join Date
    05-25-2005
    Location
    British Columbia
    Posts
    5

    Dates

    Hey Leith - I left D7 blank and entered the formula in the other cells. The only thing is that it comes up with a date code ie 38507. How can I change this to show the date ie July 30, 2005. Thanks a lot for your help!!

    Donna
    from BC

  6. #6
    Registered User
    Join Date
    05-25-2005
    Location
    British Columbia
    Posts
    5

    Dates

    I have finally figured out how to do this and everything works fine except for one thing. When I remove a date from what is now D7 all the other cells (D10,D14, D16 etc) show the word "false". The word "false" only disappears when I enter a date into D7. Since the user is going into the document with nothing in D7 I want the other cells to be blank as well. This is the coding that I used - [cell D10] =IF(D7,D7+30), [cell D12] =IF(D7,D7+45), [cellD14]=IF(D7,D7+60).......
    Can anyone help?

    thanks a million!

    donna

  7. #7
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    You need the 2 quotation marks that Leith showed you.

    Instead of your formula in D10 being =if(D7,D7+30)
    you have to change it to =IF(D7,D&+30,"")

    The IF formula needs to know what to do for True (that's the D7+30) part and what to do for False (that's where the "" comes in). The double quotations is Excel's way of saying make the cell blank.

    And I assume you got the date code formatted to show the date the way you want it.

  8. #8
    Registered User
    Join Date
    05-25-2005
    Location
    British Columbia
    Posts
    5

    Thumbs up dates

    Thank you so much Cutter! Worked like a charm and now I am good to go! And yes, I did figure out the date code format part on my own.

  9. #9
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    You're quite welcome. Always glad to help a fellow Canuck.

+ 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