Welsh Mark3
Board Regular
- Joined
- Apr 7, 2014
- Messages
- 164
- Office Version
- 365
I am based in the US but am using a file that originates in the UK (I believe). As you will see from the table below they all appear to be dates but when a formula is used the data doesn't act like a date.
I have tried to used format cell function and change to a US format date, with no luck.
Has anyone else seen this before is there a way to correct this issue?
[TABLE="width: 500"]
<tbody>[TR]
[TD]DATE[/TD]
[TD]Month[/TD]
[TD]Formula Used in Column B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl63, width: 205"]17/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]17/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b2
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205, align: right"]11/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]November[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b3
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205"]31/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]31/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b4
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205, align: right"]03/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]March[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b5
,"mmmm")[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have tried to used format cell function and change to a US format date, with no luck.
Has anyone else seen this before is there a way to correct this issue?
[TABLE="width: 500"]
<tbody>[TR]
[TD]DATE[/TD]
[TD]Month[/TD]
[TD]Formula Used in Column B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl63, width: 205"]17/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]17/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b2
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205, align: right"]11/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]November[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b3
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205"]31/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]31/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b4
,"mmmm")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 205"]
<tbody>[TR]
[TD="class: xl65, width: 205, align: right"]03/01/2018[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 89"]
<tbody>[TR]
[TD="class: xl65, width: 89"]March[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=TEXT(b5
,"mmmm")[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]