A1 has 7/22/17 18:50:00 in it
A2 has a 7/28/17 22:01:22 in it
A3 is where I want results
I can use a simple text formula to get the diff here =TEXT(a1-a2," d:h:mm") to get the elapsed days hours and minutes.
My problem is when there is no information in A2 (because it is not complete or I do not have a projected completion date) i would like it the formula to use the current date/Time =now() as a replacement for a blank B2 (this formula would sit in E1 to be used as needed) - this would give me an at a glance elapsed days hours minutes result in A3.
I tried =if(sum(a2<>,text(a1-a3),text(a1-a2) and a variety of other guesses but cant get it figured out...
Would appreciate help on this.
Thanks
A2 has a 7/28/17 22:01:22 in it
A3 is where I want results
I can use a simple text formula to get the diff here =TEXT(a1-a2," d:h:mm") to get the elapsed days hours and minutes.
My problem is when there is no information in A2 (because it is not complete or I do not have a projected completion date) i would like it the formula to use the current date/Time =now() as a replacement for a blank B2 (this formula would sit in E1 to be used as needed) - this would give me an at a glance elapsed days hours minutes result in A3.
I tried =if(sum(a2<>,text(a1-a3),text(a1-a2) and a variety of other guesses but cant get it figured out...
Would appreciate help on this.
Thanks