Quizzes & Puzzles0 min ago
Excel formula....
4 Answers
If in column A i have a date (eg 01/02/2006), what formula would allow me to have the date in colum A, month in B and year in C and where will this formula go? Our receptionist has a list of everyones b-day's but what to seperate each, and there are hundreds.
Ta
Answers
Best Answer
No best answer has yet been selected by spaced. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If A1 = date then you can do the following
Make B1 = A1 but then custom format the cell B1 as "mmm" to give you just the month
Make C1 = A1 but then custom format the cell C1 as "yyyy" to give you just the year
You can copy these formulas using the drag method to copy them down all the cells you require.