In Cell A1 I have a date format: 22-12-2011 (dd-mm-yyy).
Now in A2 I want to have only the dd of A1.
So I want to have 22. How can I do this?
|
In Cell A1 I have a date format: Now in So I want to have 22. How can I do this?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
If you need to take only the day, use:
In Cell A2 you have to type:
| |||
|
feedback
|