+ Reply to Thread
Results 1 to 3 of 3

Calculating due dates on possible blank cells

  1. #1
    Registered User
    Join Date
    12-21-2011
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2010
    Posts
    7

    Question Calculating due dates on possible blank cells

    Within large sheet I am trying to calculate "Invoice Due" dates dynamically using 3 sets of data.

    Terms:
    Deadline - the number of calendar days we have to deliver an invoice.
    Cancel Date - the date a client requests we stop work.
    Closed Date - the date we complete requested work.
    Invoice Due - the Sum of (Deadline and Cancel Date) or (Deadline and Closed Date).

    I only want a "Billing Due" entry populated if they cancel or close the work. Appreciate the help.

    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Calculating due dates on possible blank cells

    Assuming the columns you show are A-D with the data starting at row 2 then in D2 put:

    =IF(AND(B2="",C2=""),"",A2+MAX(B2,C2))

  3. #3
    Registered User
    Join Date
    12-21-2011
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Calculating due dates on possible blank cells

    Thanks for the quick reply.

+ 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