All.
I am using the following formula to change my date (in text form) to a number:
=DATEVALUE(LEFT(L170,4)&"/11/"&RIGHT(L170,2))
How can I change the middle section, which is the month ?
Note: Left = the year / Right = the day
I have tried the MID function but to no avail.
Thanx.
I am using the following formula to change my date (in text form) to a number:
=DATEVALUE(LEFT(L170,4)&"/11/"&RIGHT(L170,2))
How can I change the middle section, which is the month ?
Note: Left = the year / Right = the day
I have tried the MID function but to no avail.
Thanx.