+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : Different Functions in One Cell Cancel Each Other Out - How can I fix this?

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    4

    Different Functions in One Cell Cancel Each Other Out - How can I fix this?

    Hi, I have tried to setup my formulas in so many ways and still cannot get the results. If I move them to different cells they work independently however once I place them together the first cancels the second one out and it does not work. Here is the sample.

    A1 = Initial Date (Manually Entered)
    B1 = Initial Due Date (Calculated via Formula =IF(AND(A1<>"",F1<>""),"",IF(ISNUMBER(A1),(+A1+60),""))
    C1 = Date of Completed Report (Manually Entered)
    D1 = Meeting Due Date = (Calculated via Formula)
    F1 = Transfer Date (not really need for this sample)

    Formula(s) for D1 should state, if user enters a date in A1 then it should calculate B1 plus 30 days. Then if user enters a date in C1, it needs to compare the dates between C1 and B1 and if C1 is less than B1 then it should calculate C1 plus 30 days (in other words if the date of report was completed prior to the due date then a new one needs to be calculated).

    Here is the formula I have now...again, I tried to change it up but this was my last one I tried using and it just gave me a False as a return statement. =IF(ISNUMBER(A1),(+B1+30)&IF(C1<B1,+C1+30,""))


    THANKS!
    Last edited by ljuarez12; 05-25-2012 at 01:11 PM.

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

    Re: Need Function Help

    Forum Rules
    Please read and adhere to these simple rules!

    1. Use concise, accurate thread titles. Your post title should describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change the title of the thread, click EDIT on the original post, then click the Go Advanced button, then change the title. If two or more days have passed, the EDIT button will not appear, and you need to ask a moderator to change the title.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Need Function Help

    apologies, zbor, timing issue
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

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

    Re: Need Function Help

    It was more than half hour :P
    On the other hand you could edit and delete your solution when you saw title change request is pending (although I don't know why answer such a thread even if it's not requested )

    Anyway, I'll restore your answer once that title is changed.

  5. #5
    Registered User
    Join Date
    10-21-2011
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Need Function Help

    Will you please restore the response. I have changed the title. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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