+ Reply to Thread
Results 1 to 2 of 2

Stopping Formula When Date In Another Column Is Entered

Hybrid View

  1. #1
    Registered User
    Join Date
    03-11-2005
    Posts
    12

    Unhappy Stopping Formula When Date In Another Column Is Entered

    How do I stop the count in one column when I enter a date in another column?

    I've entered a formula in column F to count the number of days between start and end dates so I know when it goes overdue

    In column G I have a column that titled date received and I would like to know what to use to stop the count in column f when I enter the date in G

  2. #2
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Try:

    =if(G1="",<your time-diff formula>,"")

    It says if there's nothing in G1, show the overdue result, otherwise leave blank.

    Alf

+ 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