F
FrankBooth
Hi,
I have the formula below for formatting certain dates in a cell,
however the formula posts an #N/A error when it hits an already
properly formatted date.
=IF(ISBLANK(L20106)=TRUE,"",MID(L20106,8,4)&TEXT(MATCH(MID(L20106,1,3),{"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"},0),"00")&TEXT((MID(L20106,5,2)),"00"))
I would either like to expand the formula to catch the error and not
post #N/A or delete all the #N/A's through some menu command or
procedure.
Any help is appreciated.
Thanks,
--FB
I have the formula below for formatting certain dates in a cell,
however the formula posts an #N/A error when it hits an already
properly formatted date.
=IF(ISBLANK(L20106)=TRUE,"",MID(L20106,8,4)&TEXT(MATCH(MID(L20106,1,3),{"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"},0),"00")&TEXT((MID(L20106,5,2)),"00"))
I would either like to expand the formula to catch the error and not
post #N/A or delete all the #N/A's through some menu command or
procedure.
Any help is appreciated.
Thanks,
--FB