Sufiyan97
Well-known Member
- Joined
- Apr 12, 2019
- Messages
- 1,584
- Office Version
- 365
- 2013
- Platform
- Windows
I want help in getting time value of DateTime from column A as per manual typed time in column C
Why there is a difference?
Why there is a difference?
Book3 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | Data | Extracted Time | Manual Time | Test | Format | |||
2 | 2:00:00 AM | 2:00:00 AM | 2:00:00 AM | FALSE | Time | |||
3 | 2:00:00 AM | 0.083333333 | 0.083333333 | FALSE | General (Pasted as Values) | |||
4 | ||||||||
5 | ||||||||
6 | ||||||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | =A2-INT(A2) |
D2:D3 | D2 | =B2=C2 |