microsoft-excel-courses - merge

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft-excel-courses - Merge

microsoft-excel-courses - Merge

resolvedResolved · Low Priority · Version Standard

Lucy has attended:
Excel Intermediate course
Excel Advanced course
Access Introduction course
Access Intermediate course

Merge

How do i merge cells

RE: merge

Hi Lucy

Thanks for your question.

You can merge cells by:

1. Selecting/highlighting the cells you wish to merge together.
2. Click on the Merge and centre button on the formatting toolbar - the button has a small 'a' with arrows pointing in either direction on it.

I hope this helps.

thanks
Amanda


 

Excel tip:

Creating a range of monthly payments as text

You could use a formula to create a range of payment ie. payment amount for x% to y% rate with fixed terms and principle.

The text that would be "between Xamount and Yamount".

Here is how to do it.

1 Use the PMT function to get your monthly payments figure or whatever frequency of payments that you choose he start range.

See PMT under Excel Help

2. Nest these in the ROUND function to round decimals see ROUND under Excel Help


3. Concatenate this using "&" and concatenate " to " and concatenate "Between ".

4. Concatenate the above to PMT function for the end range

ie.

="Between "&ROUND((PMT1),decimal places)&" and "&ROUND((PMT2),decimal places)

View all Excel hints and tips


Server loaded in 0.08 secs.