Reza Dashti

New Member
Joined
Jan 4, 2019
Messages
1
Hi
i have attached a workbook. I have two questions. If you open the workbook, you will see my problems.
thanks


NoEnteranceExitEnterance DateExit DateEnterance TimeExit TimeFloating DelayDelay
2019-01-04 8:18:002019-01-04 16:13:002019-01-042019-01-048:18:0016:13:00
2019-01-02 8:20:002019-01-02 16:45:002019-01-022019-01-028:20:0016:45:00
when "Enterance Time" is between 08:15 and 08:30, "Floating Delay" should display Enterance Time-08:15
when I format date and time to display Persian date and time, formulas stop working with this format

<colgroup><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Assuming column F is just a time and does NOT include the date

in H2 (Floating Time column)

=IF(AND(F2>="08:15:00",F2<="08:30:00","Enterance Time -08:15","")
copy down the column
 
Upvote 0

Forum statistics

Threads
1,215,849
Messages
6,127,276
Members
449,372
Latest member
charlottedv

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