kyddrivers
Board Regular
- Joined
- Mar 22, 2013
- Messages
- 64
- Office Version
- 365
- Platform
- Windows
I have an import from SQL that gives me a Run Date Time column. I am trying to return the latest (most recent) value, so I can see at a glance what it is. I have tried an INT(A2) or Max(A2:A14) and I am getting errors in return. Thanks in advance for your suggestions!
Book1 | |||
---|---|---|---|
B | |||
1 | RunDateTime | ||
2 | 2022-08-29 19:00:10.1802823 -07:00 | ||
3 | 2022-11-23 19:03:17.1341212 -08:00 | ||
4 | 2022-12-07 19:02:44.9223430 -08:00 | ||
5 | 2022-11-23 19:04:42.4532233 -08:00 | ||
6 | 2022-12-07 19:05:00.6779341 -08:00 | ||
7 | 2022-12-21 09:17:20.8600203 -08:00 | ||
8 | 2022-12-29 13:51:34.1732389 -08:00 | ||
9 | 2022-12-29 13:09:23.3498327 -08:00 | ||
10 | 2022-12-21 09:31:17.5302483 -08:00 | ||
11 | 2022-12-21 09:34:37.4441480 -08:00 | ||
12 | 2022-11-08 09:25:24.8650237 -08:00 | ||
13 | 2022-09-29 14:25:18.5195997 -07:00 | ||
14 | 2022-12-21 09:36:04.5257032 -08:00 | ||
Sheet1 |