TheAssetMgr
Board Regular
- Joined
- Nov 8, 2011
- Messages
- 63
I need a formula to change a standard date (ex: 6/1/2019) to the format Active Directory can use.
The problem is that AD stores date values as the number of 100-nanosecond intervals that have elapsed since the zero hour of Jan 1, 1601. I've found several places that tell me to use this formula to convert TO a standard date format but I can't find anything for the reverse: =IF(C2>0,C2/(8.64*10^11)-109205,"")
Can anyone tell me how I can convert a value of 6/1/2019 in cell A1 to the number of 100-nansecond intervals since 1/1/1601?
Thanks!
The problem is that AD stores date values as the number of 100-nanosecond intervals that have elapsed since the zero hour of Jan 1, 1601. I've found several places that tell me to use this formula to convert TO a standard date format but I can't find anything for the reverse: =IF(C2>0,C2/(8.64*10^11)-109205,"")
Can anyone tell me how I can convert a value of 6/1/2019 in cell A1 to the number of 100-nansecond intervals since 1/1/1601?
Thanks!