EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Python exercises (28)
- Report Builder exercises (141)
- SQL exercises (198)
- SSAS exercises (51)
- SSIS exercises (46)
- SSRS exercises (99)
- VBA exercises (85)
- Visual Basic exercises (46)
EXCEL EXERCISES▼
EXCEL EXERCISES▼
- Excel basics (1)
- Creating formulae (5)
- Formatting worksheets (9)
- Basic printing (8)
- Charts (10)
- Absolute references (9)
- Range names (13)
- Conditional formulae (17)
- Conditional formatting (7)
- Basic tables (6)
- Formatting numbers and dates (3)
- Working with dates (1)
- Data validation (6)
- Protection (1)
- Advanced IFs (6)
- Lookup functions (14)
- Advanced lookup functions (9)
- Text functions (1)
- Advanced charts (4)
- Multiple worksheets (1)
- Advanced tables (2)
- Pivot tables (3)
- Advanced pivot tables (3)
- Scenarios (2)
- Data tables (2)
- Array formulae (2)
- Building models (2)
- Masking (2)
- Cashflow calculations (1)
- Investment appraisal (1)
Excel | Range names exercise | Muffin Man - Using Range Names in Formulae
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Software ==> | Excel (151 exercises) |
Version ==> | Excel 2013 and later |
Topic ==> | Range names (13 exercises) |
Level ==> | Average difficulty |
Subject ==> | Excel training |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Open the file in the folder shown above.
Create range names for the ingredients, sale price and overheads figures (Hint: there is a quick menu option that can do all 3 for you).

Remember you can press F3 to see a list of names for your formulae
Create a formula in cell C4 that calculates the Revenue and uses the range name for the sale price. Copy this formula down to the cells below.
Create a formula in cell D4 that calculates the Costs and uses the range name for the Ingredients and Overheads figures and copy this formula down to the cells below.
Create a formula in cell E4 that calculates the Profit and copy this down too. Use the following to help you:
Revenue = Sales * Sale Price
Costs = (Ingredients * Sales) + (Overheads * Sales)
Profits = Revenue - Costs
Check that the answers change when you change the figures for the Ingredients, Sale Price and Overheads.
Re-save the file with the same name and close it.