Simple time calc

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,121
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
Sheet1

ABC
1 Result
29/23/14 10:00 AM9/23/14 10:30 AM

<colgroup><col style="FONT-WEIGHT: bold; WIDTH: 30px"><col style="WIDTH: 115px"><col style="WIDTH: 115px"><col style="WIDTH: 64px"></colgroup><tbody>
</tbody>

C=1, If 'system's time>=A2 & <B2 else 0.
Formula needed for C2?
Thanks.

Excel tables to the web >> Excel Jeanie HTML 4
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

pbornemeier

Well-known Member
Joined
May 24, 2005
Messages
3,903
A2 Your input as a date/time value
B2 =Now()
C2 =IF(B2>=A2,1,"")

B2 is system time
C2 will contain nothing if system time is less than system time
 
Upvote 0

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,121
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
A2 & B2 BOTH are INPUT as date/time value.
Output in C2 & to be copied down.
 
Upvote 0

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,121
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
<b2 else="" 0.
Formula needed for C2?

C2=1, If 'system's time>=A2 & less than B2 else 0<b2< b2=""></b2<></b2>
 
Upvote 0

Forum statistics

Threads
1,191,696
Messages
5,988,149
Members
440,131
Latest member
EricMoz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top