ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Insert Current Date when cell is empty?? (https://www.excelbanter.com/excel-worksheet-functions/129473-insert-current-date-when-cell-empty.html)

Dazed&confused!

Insert Current Date when cell is empty??
 
HI

Apologies for this - I just seem to have left my brain at home today.

Essentially I'm calculating the time difference in hours between IssueLogged
and IssueClosed - this bit I have solved ...
=int(IssueClosed-IssueLogged)*24) ...., but the second part I need is if
IssueClosed is empty, get Excel use the current date and use this to show how
long it has been since the Issue was logged.

any/all help appreciated!
D

JE McGimpsey

Insert Current Date when cell is empty??
 
One way:

=INT((MIN(IssueClosed,NOW()) - IssueLogged)*24)

In article ,
Dazed&confused! wrote:

HI

Apologies for this - I just seem to have left my brain at home today.

Essentially I'm calculating the time difference in hours between IssueLogged
and IssueClosed - this bit I have solved ...
=int(IssueClosed-IssueLogged)*24) ...., but the second part I need is if
IssueClosed is empty, get Excel use the current date and use this to show how
long it has been since the Issue was logged.

any/all help appreciated!
D


Dazed&confused!

Insert Current Date when cell is empty??
 
Thanks for this - it didn't quiet work tho. I put in date of 05/01/2007
07:00 (5th Jan 07, 7am) and left the IssueClosed cell empty and the formula
came back with value of 51. I checked formatting of the columns etc and
can't see anything wrong with them. The formula returned the expected result
when I put in a date to the IssueClosed cell. Should I force an entry into
the IssueClosed cell of 0??

"JE McGimpsey" wrote:

One way:

=INT((MIN(IssueClosed,NOW()) - IssueLogged)*24)

In article ,
Dazed&confused! wrote:

HI

Apologies for this - I just seem to have left my brain at home today.

Essentially I'm calculating the time difference in hours between IssueLogged
and IssueClosed - this bit I have solved ...
=int(IssueClosed-IssueLogged)*24) ...., but the second part I need is if
IssueClosed is empty, get Excel use the current date and use this to show how
long it has been since the Issue was logged.

any/all help appreciated!
D



JE McGimpsey

Insert Current Date when cell is empty??
 
Check the formula again. When I put 5 Jan 2007 07:00 in IssueLogged and
leave IssueClosed blank, the formula returns 775, which is correct.



In article ,
Dazed&confused! wrote:

Thanks for this - it didn't quiet work tho. I put in date of 05/01/2007
07:00 (5th Jan 07, 7am) and left the IssueClosed cell empty and the formula
came back with value of 51. I checked formatting of the columns etc and
can't see anything wrong with them. The formula returned the expected result
when I put in a date to the IssueClosed cell. Should I force an entry into
the IssueClosed cell of 0??


Dazed&confused!

Insert Current Date when cell is empty??
 
Thanks JE - I had some old formula lurking in that cell.


All times are GMT +1. The time now is 09:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com