jubilee101
New Member
- Joined
- Apr 17, 2013
- Messages
- 25
Hi All, This is driving me nuts. I have a report which I have exported from a webpage into excel format. I want to equate a timestamp (10/15/2015 8:36:16 AM) to a Work Week number. Would usually do this by =WEEKNUM(A1,2). However getting the #VALUE error.
So figured the timestamp must be in text format. (My locale format setting are English - Ireland, date imported is in US format)
Have tried several things, here are a few:
=int(A1) Get #VALUE error
=DATEVALUE() - #Value error
=DATE(MID(S2,8,4),MONTH(DATEVALUE(LEFT(S2,3)&" 1")),MID(S2,5,2))
have also tried text to columns to strip out the date and chose M-D-Y as format. but no joy.
So figured the timestamp must be in text format. (My locale format setting are English - Ireland, date imported is in US format)
Have tried several things, here are a few:
=int(A1) Get #VALUE error
=DATEVALUE() - #Value error
=DATE(MID(S2,8,4),MONTH(DATEVALUE(LEFT(S2,3)&" 1")),MID(S2,5,2))
have also tried text to columns to strip out the date and chose M-D-Y as format. but no joy.
Last edited: