formulas

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Formulas

Formulas

resolvedResolved · High Priority · Version 2003

Claire has attended:
Excel Introduction course

Formulas

How do you use the $ sign in formulas?

RE: Formulas

Hello Claire

Thank you for your question and welcome to the forum.

The $ sign is used in a formula when you want to be able to fix or lock a particular cell reference into a formula (known as an absolute reference).

For example, if you wanted to be able to multiply different figures by the same value, you could enter the value you are multiplying by into a cell.

Then when you put the formula together to do the multiplication, you use $ signs in front of the column letter and in between the column letter and row number of the cell to fix or lock this cell into the formula. E.g. $A$2

I hope this helps.
Amanda

Wed 21 Jan 2009: Automatically marked as resolved.

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

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.09 secs.