asked 85.8k views
1 vote
Add the text January to cell B1and enumerate the months of year from cell C1 to M1.

1 Answer

2 votes

Final answer:

To add the text 'January' to cell B1 and enumerate the months from C1 to M1, use the CONCATENATE function and a formula that generates month names.

Step-by-step explanation:

To add the text 'January' to cell B1 and enumerate the months of the year from cell C1 to M1, you can use the CONCATENATE function in Microsoft Excel. First, enter 'January' in cell B1. Then, enter the formula '=TEXT(DATE(2000, ROW() + 1, ), 'mmmm')' in cell C1 and drag it across cells C1 to M1. This formula will generate the names of the months from January to December.

answered
User Gzc
by
6.8k points