straybullet's suggestion of using
DAY will work regardless of date. There is absolutely no need for LEFT, RIGHT or MID unless your dates are stored as text. Here's a test to see if that's the case: Reformat your date cell. Does it change? If so, you have a date. If not, you should change it to a date.
Seriously, please take time to read and understand FAQ68-5827
Here's the short version: Dates are stored as the number of days since 1/1/1900. Today is 39,513 because it has been that many days since 1/1/1900. Times are stored as decimals based on the percentage of a 24-hr day. Noon is 0.5, 6 PM is 0.75, 10:37 PM is 0.942361111.
So if you have an actual date in a cell (as opposed to TEXT that is set up to look like a date - refer to first paragraph of this post), it is dead-easy to pull out whatever you want.
Similarly, once you understand that Excel is holding your date as a number (like 39513), you'll understand that you can make Excel
DISPLAY it any way you want. "dd/mm/yyyy", "d/m/yy", "yyyy-mm-dd", "ddd", "mmmm d, yyyy", etc. are all just a matter of formatting the cell.
[tt]_____
[blue]-John[/blue][/tt]
[tab][red]The plural of anecdote is not data[/red]
Help us help you. Please read
FAQ 181-2886 before posting.