here is the formula:
=DateSerial(Year(Left([BILL_DATE],4)),Month(Mid([BILL_DATE],5,2)),Day(Right([BILL_DATE],2)))
It is throwing the #error.
The field is a number, double.
An example of the data is 20040931
September 09, 2004 is what I would like, but I will settle for 09-31-2004.
Thanks.
misscrf
Management is doing things right, leadership is doing the right things
=DateSerial(Year(Left([BILL_DATE],4)),Month(Mid([BILL_DATE],5,2)),Day(Right([BILL_DATE],2)))
It is throwing the #error.
The field is a number, double.
An example of the data is 20040931
September 09, 2004 is what I would like, but I will settle for 09-31-2004.
Thanks.
misscrf
Management is doing things right, leadership is doing the right things