+ Reply to Thread
Results 1 to 3 of 3

How do I tie the computer clock with formula execution?

  1. #1
    lectrous
    Guest

    How do I tie the computer clock with formula execution?

    I am trying to have excel execute an "IF" formula based on the computer
    clock. For example, if there is no entry in a cell on a given day the a
    certain result should be displayed (such as $0.00 or "No Run"). I cant seem
    to find help on this function. Thanks.

  2. #2
    Peo Sjoblom
    Guest

    Re: How do I tie the computer clock with formula execution?

    The problem is that using the computer clock is volatile, the NOW function
    will always update unless you use a macro or under some circumstances
    circular references

    http://www.mcgimpsey.com/excel/timestamp.html

    --

    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    www.nwexcelsolutions.com

    (remove ^^ from email address)

    Portland, Oregon




    "lectrous" <lectrous@discussions.microsoft.com> wrote in message
    news:B517C41F-32E3-4231-A3D0-556A96C6303A@microsoft.com...
    >I am trying to have excel execute an "IF" formula based on the computer
    > clock. For example, if there is no entry in a cell on a given day the a
    > certain result should be displayed (such as $0.00 or "No Run"). I cant
    > seem
    > to find help on this function. Thanks.



  3. #3
    CLR
    Guest

    Re: How do I tie the computer clock with formula execution?

    Maybe something like this will help.....
    Where E1 contains =NOW()

    =IF(AND(A1="",E1>38797.34301),"No Run","")

    Vaya con Dios,
    Chuck, CABGx3





+ 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