F
Felipe
Gerry,
I assume you want to calculate the number of days between
both dates.
If A1=Order date and A2 =ship date.
=DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2))-DATE(LEFT
(A1,4),MID(A1,5,2),RIGHT(A1,2))
Format cell as number
Regards,
Felipe
I assume you want to calculate the number of days between
both dates.
If A1=Order date and A2 =ship date.
=DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2))-DATE(LEFT
(A1,4),MID(A1,5,2),RIGHT(A1,2))
Format cell as number
Regards,
Felipe