Simple time calc

hsandeep

Well-known Member
Joined
Dec 6, 2008
Messages
1,213
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

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
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
A2 & B2 BOTH are INPUT as date/time value.
Output in C2 & to be copied down.
 
Upvote 0
<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,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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
Back
Top