Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Displaying a time value, conditionally.

I've been trying to display the current "time out" in one cell if another
cell contains a "Y" for work finished. I used the IF function to tried and
set up conditions, but always receive errors. If a "Y" is entered the last
column of the sheet for that row, then I need the display the current system
time on that computer. If no "Y" is entered in the last column, I need the
cell to remain blank. I've looke don the Microsoft site for example and
tried the help function in Excell. No luck!

Does anyone have any suggestions for the proper formula?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Displaying a time value, conditionally.

=IF(A2="Y",NOW(),"")

problem is that the value updates every time the sheet recalculates.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Zach" wrote in message
...
I've been trying to display the current "time out" in one cell if another
cell contains a "Y" for work finished. I used the IF function to tried
and
set up conditions, but always receive errors. If a "Y" is entered the
last
column of the sheet for that row, then I need the display the current
system
time on that computer. If no "Y" is entered in the last column, I need
the
cell to remain blank. I've looke don the Microsoft site for example and
tried the help function in Excell. No luck!

Does anyone have any suggestions for the proper formula?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying time from 00:00 to 0.00 North for Short New Users to Excel 6 June 28th 06 05:45 AM
Displaying Unix time as date and time [email protected] Excel Discussion (Misc queries) 1 May 30th 06 10:28 PM
Time displaying wrongly Denise Robinson Excel Discussion (Misc queries) 3 August 9th 05 02:30 PM
how do i display a time value conditionally stuck! Excel Discussion (Misc queries) 1 April 8th 05 11:50 PM
displaying several charts, one at the time Tony Charts and Charting in Excel 2 December 5th 04 09:10 PM


All times are GMT +1. The time now is 02:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"