is there a way that if i have in ..
A1 - NOW()
B1 - either open or closed
if B1 is closed then the time in A1 will stop or become static.
is there a way that if i have in ..
A1 - NOW()
B1 - either open or closed
if B1 is closed then the time in A1 will stop or become static.
Open or closed what?
just the text written there
So if A1=Now() then B1=Closed or B1=Open?
=if(a1=now(),"Closed","open")
Placed in B1
hmm not quite
i will attach a copy of what i am doing.. IF TIME STOP DOC.
Maybe
=IF(B1="Open",NOW(),"")
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
This requires VBA.
Try thisAnd goes into the worksheet module![]()
Please Login or Register to view this content.
Where the modules are
Possibly
=IF(B1="Open",NOW(),TEXT(NOW(),"dd-mmm-yy, hh:ss"))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks