Learn Computer Skills On Desktop Applications

Learn Computer Skills On Desktop Applications A page specially designed to help improve the skill of both new and existing users of desktop applications.

We entertain questions as well as choosing applications randomly to give tips on effective usage.

Here are some shortcut tips for Excel.
25/07/2025

Here are some shortcut tips for Excel.

24/07/2025

Hello fans, sure you have missed this page, we are back and better, just stay tuned and you are in an awesome experience!

Here Is How To Rename Your Excel Worksheet!
11/11/2024

Here Is How To Rename Your Excel Worksheet!

Glass LED Digital KeyboardFrom your conventional physical keyboard, here comes a Glass LED Digital Keyboard that gives y...
31/10/2024

Glass LED Digital Keyboard
From your conventional physical keyboard, here comes a Glass LED Digital Keyboard that gives you the full function of conventional keyboard and more.

Take a look, you could get one with just $200.

Call: 0803 619 8517, 0705 385 3068 to order or for more information.

Do you know you can sum up your values in Microsoft Word table?Sum a column or row of numbers in a tableTo add up a colu...
25/10/2024

Do you know you can sum up your values in Microsoft Word table?

Sum a column or row of numbers in a table

To add up a column or row of numbers in a table, use the Formula command.

Click the table cell where you want your result to appear.

On the Layout tab (under Table Tools), click Formula.

The Formula option is highlighted on the Table Tools Layout tab.

In the Formula box, check the text between the parentheses to make sure Word includes the cells you want to sum, and click OK.

The Sum(Above) formula is shown.

=SUM(ABOVE) adds the numbers in the column above the cell you’re in.

=SUM(LEFT) adds the numbers in the row to the left of the cell you’re in.

=SUM(BELOW) adds the numbers in the column below the cell you’re in.

=SUM(RIGHT) adds the numbers in the row to the right of the cell you’re in.

Tip: If you change any of the numbers you’re adding, select the sum and press F9 to update the total.

You can use more than one formula in a table. For example, you can add up each row of numbers in the right-hand column, and then you can add up those results at the bottom of the column.

Other formulas for tables
Word includes other functions for tables—for example, AVERAGE and PRODUCT.

Click the table cell where you want your result.

On the Layout tab (under Table Tools), click Formula.

The Formula option is highlighted on the Table Tools Layout tab.

In the Formula box, delete the SUM formula, but keep the equal sign (=). Then click the Paste function box and click the function you want.

The paste functions of a formula are shown from the Table Tools Layout tab.

Between the parentheses, type which table cells you want to include in the formula, and then click OK:

Type ABOVE to include the numbers in the column above the cell you’re in.

Type LEFT to include the numbers in the row to the left of the cell you’re in.

Type BELOW to include the numbers in the column below the cell you’re in.

Type RIGHT to include the numbers in the row to the right of the cell you’re in.

For example, to average numbers in the row to the left of the cell, click AVERAGE and type LEFT:

=AVERAGE(LEFT)

To multiply two numbers, click PRODUCT and type the location of the table cells:

=PRODUCT(ABOVE)

Tip: To include a more specific range of cells in a formula, you can refer to specific cells. Imagine each column in your table has a letter and each row has a number, like in a Microsoft Excel spreadsheet. For example, to multiply the numbers from the second and third columns in the second row, type =PRODUCT(B2:C2).

How to Use Excel Ranking FunctionWhat is the RANK Function?Microsoft Excel remains an essential tool for professionals a...
24/10/2024

How to Use Excel Ranking Function

What is the RANK Function?
Microsoft Excel remains an essential tool for professionals across numerous industries. Its "Rank Function" stands out among its powerful features, providing a quick and effective way to organize and analyze numerical data. This function streamlines the process and aids in data-driven decision-making, whether for ranking student grades, showcasing sales successes, or assessing market trends.

What is the RANK Function?
The RANK function in Excel determines the rank of a specific number in a list of numbers. Its primary purpose is to help you see how a number compares to others in the same list. The RANK function can also sort numbers in either ascending or descending order.

Here's a basic breakdown of how the RANK function works:

RANK(number, ref, [order])

number: The number whose rank you want to find.
ref: An array of, or reference to, a list of numbers.
order: An optional argument where 0 (or omitted) sorts numbers in descending order (i.e., larger numbers have a lower rank), and 1 sorts numbers in ascending order (i.e., smaller numbers have a lower rank).
Example Usage
=RANK(A2, A$2:A$10, 0)

This formula would calculate the rank of the value in cell A2 within the range A2 to A10, ranking higher numbers with a lower rank number.

The RANK function is beneficial in statistics, competitive analysis, and scenarios where performance or outcomes relative to a group must be evaluated.

RANK Function Formula
To use the RANK function in Excel, you must provide specific inputs according to its syntax. Here's a detailed explanation of how to construct a formula using the RANK function:

RANK(number, ref, [order])

number: The number you want to find the rank of.
ref: A range of cells containing the numbers against which the rank will be evaluated.
order (optional): This argument determines the order of ranking. If it is 0 or omitted, the numbers are ranked in descending order (higher numbers receive a lower rank). If it is 1, the numbers are ranked in ascending order (lower numbers receive a lower rank).
Example Usage
Suppose you have a list of sales figures in cells B2 through B10, and you want to find out the rank of each sales figure in this list in descending order (so higher sales figures get a lower rank):

Basic Formula Without the Order Argument (Default Descending Order):
=RANK(B2, $B$2:$B$10)

Here, B2 is the cell with the number whose rank you want to determine. $B$2:$B$10 is an absolute reference to the range of numbers against which the rank is calculated.

Formula With the Order Argument Set to Descending:
=RANK(B2, $B$2:$B$10, 0)

This explicitly sets the ranking to descending, though it's unnecessary since descending is the default.

Formula With the Order Argument Set to Ascending:
=RANK(B2, $B$2:$B$10, 1)

This changes the ranking so that lower numbers are ranked lower.

You would drag this formula down from B2 to B10 to rank each number in the range based on its position within the specified order.

How to Use the RANK Function in Excel?
Using the RANK function in Excel is straightforward once you understand its parameters and how they affect the ranking results. Here’s a step-by-step guide on how to use the RANK function effectively:

Step 1: Prepare Your Data
Ensure your data is organized in a column or row where you can easily reference it. For example, you might have a list of scores, sales figures, or other numerical data you want to rank.

Step 2: Insert the RANK Function
Select the Cell: Click on the cell where you want the rank result to appear.
Enter the Formula: Start typing =RANK( and Excel will typically show a tooltip with the syntax to guide you.

Step 3: Define the RANK Function Parameters
Number: Click on the cell containing the number you want to rank or type its cell reference.
Ref: Highlight the range of cells against which the number will be ranked or type the range reference. If you copy the formula to other cells, use absolute references (with $).
Order (optional): Enter 0 for descending order (default, where higher values have a lower rank) or 1 for ascending order (where lower values have a lower rank).
Example
Suppose you have a list of monthly sales figures in column A (from A2 to A10), and you want to rank these sales figures in descending order. Here’s how you would use the RANK function:

Click in cell B2 to enter the rank for the sales figure in A2.
Type the formula: =RANK(A2, $A$2:$A$10)
Press Enter to see the rank of the sales figure in cell A2.
Drag the fill handle (small square at the bottom right corner of the cell) down from B2 to B10 to copy the formula for the other cells.

Step 4: Copy the Formula
If you want to rank other numbers in the same list, copy the formula to other cells in the column or row adjacent to your data. The absolute reference to the range ensures that the correct array of numbers is used for ranking each time.

Step 5: Adjust and Verify
Review the results to ensure they make sense based on your ranking criteria (ascending or descending). If necessary, adjust the formula or correct any data errors.

Understanding the RANK.EQ and RANK.AVG Functions
In Excel and the RANK function, two other variants are beneficial for handling ranking with slightly different behaviors: RANK.EQ and RANK.AVG. These functions are helpful when dealing with datasets that include duplicate values. Here's a closer look at each function and its specific use:

RANK.EQ Function
The RANK.EQ function is the successor to the older RANK function in more recent versions of Excel. It works the same way as RANK but is more explicitly named to clarify its behavior with ties in data.

RANK.EQ(number,ref,[order])

number: The number whose rank you are calculating.
ref: The array or range of data against which the number is ranked.
order (optional): Specifies how to sort the ranking. 0 (or omitted) for descending order; 1 for ascending order.
Behavior with Duplicates: When there are duplicates in the dataset, RANK.EQ gives the same rank to the duplicate values, and the next rank(s) is skipped. For example, if two items are tied for second place, both receive a rank of 2, and the next item ranks 4.
RANK.AVG Function
The RANK.AVG function addresses the issue of ties differently by averaging the ranks that would have been assigned to all the duplicates.

RANK.AVG(number, ref, [order])

number: The number to rank.
ref: The array or range of data for ranking.
order (optional): The order of ranking, where 0 (or omitted) sorts in descending order and 1 is in ascending order.
Behavior with Duplicates: In the case of ties, RANK.AVG will assign the average rank to each of the duplicates. For instance, if two items tie for second place, both get a rank of 2.5, and the next rank would have been 3.
Example Usage of RANK.EQ and RANK.AVG
Let's consider a dataset of scores: 88, 76, 88, 90 in cells A1 through A4.

Using RANK.EQ:
In cell B1, if you input =RANK.EQ(A1, $A$1:$A$4), the rank for the score 88 (assuming descending order) would be 2, as there is one score higher (90). The other 88 would also get a rank of 2, skipping rank 3.

Using RANK.AVG:
In cell B1, if you input =RANK.AVG(A1, $A$1:$A$4), the score 88 would receive a rank of 2.5 because the ranks (2 and 3) are averaged for the two instances of 88.

When to Use Each
Use RANK.EQ: Use this when you need a traditional ranking system in which ties are given the same rank and subsequent ranks are skipped.

Use RANK.AVG: When you want a fair representation of ranks, particularly in statistical or analytical scenarios where the distribution of ranks affects the outcome, such as calculating averages or other statistical analyses.

Common Mistakes to Avoid in Excel Ranking
When using ranking functions in Excel, such as RANK, RANK.EQ, and RANK.AVG, there are several common mistakes that users often make. Awareness of these can help you ensure more accurate results and effective use of the functions.

Here are some key mistakes to avoid:

1. Incorrect Range References
Mistake: Do not use absolute references for the range when copying the formula to other cells. This can result in each cell referencing a different range, leading to inconsistent and incorrect rankings.
Solution: When setting up your ranking formulas, use absolute references (e.g., $A$1:$A$10) for the range. This ensures that the same range is used consistently across multiple cells.

2. Ignoring Ties
Mistake: Using RANK or RANK.EQ, without considering the implications of how ties are treated, can skew analysis if the specific handling of ties matters in the context of your data.
Solution: Decide if ties should have the same rank or if their ranks should be averaged. Use RANK.EQ to assign the same rank to ties (with subsequent ranks skipped) and RANK.AVG to average the ranks of ties.

3. Wrong Order Argument
Mistake: Forgetting to set or setting the wrong order argument, leading to results being sorted in an unintended order (ascending vs. descending).
Solution: Always check the order argument in your function; use 0 or omit it for descending order, and use 1 for ascending order. Ensure this aligns with your analysis needs.

4. Misunderstanding the Output
Mistake: Misinterpreting what the rank numbers signify, especially when using RANK.AVG, where fractional ranks can sometimes be confusing.
Solution: Understand and explain (if necessary) the fractional ranks in RANK.AVG indicates average positions due to ties and is a normal part of the function's output.

5. Using the Wrong Function for Data Analysis Needs
Mistake: Choosing a ranking function that does not fit the specific requirements of your data analysis or reporting can lead to misleading conclusions.
Solution: Assess the needs of your data analysis. Use RANK.EQ for standard ranking and RANK.AVG for statistical analysis where tie handling impacts outcomes. Consider other statistical functions if ranking isn't needed.

6. Not Updating Range References When Data Expands
Mistake: Failing to update the range references in your formulas when new data is added, resulting in new data points not being considered in the rankings.
Solution: Regularly check and update the ranges in your formulas to include all relevant data, especially after adding new entries to your dataset.
Our Data Analyst Master's Program will help you learn analytics tools and techniques to become a Data Analyst expert! It's the pefect course for you to jumpstart your career. Enroll now!

Conclusion
The rank function in Excel is a crucial tool widely utilized across different fields of study. It is a valuable asset for professionals to assign ranks within various datasets. This function is particularly effective when applied to extensive datasets, providing key insights that inform future research and trend analysis. Mastering such functions in Excel is becoming increasingly important as data analysis expands. Simplilearn's Data Analyst course offers comprehensive training on the rank function alongside other essential tools, equipping you with the knowledge to excel in diverse research activities.

Here Are Some Shortcuts In Microsoft Word
23/10/2024

Here Are Some Shortcuts In Microsoft Word

How To Insert Special Characters And Symbols In Microsoft Word When you’re creating a Word document, you sometimes need ...
22/10/2024

How To Insert Special Characters And Symbols In Microsoft Word

When you’re creating a Word document, you sometimes need to insert a symbol that doesn’t show up on your keyboard. Maybe you’re typing a finance article, and you need the symbol for the English Pound or the Japanese Yen… nope, not on the keyboard! This tip shows you how to access those missing symbols.

To get a full array of those special symbols and characters, select the Insert tab and then click the Symbol icon on the far right side of the Ribbon Bar. The initial dropdown will show you the most recently used symbols that you’ve used. Click one of the them to add the symbol to your document:

If you don’t see the symbol you want, click More Symbols to get access to the full font collection on your computer. Wingdings (along with Wingdings 2, Wingdings 3 and webdings) is the standard font that gives you most of those symbols you need:

If you need a special character like an em dash or smart quotes, you can find those on the Special Characters tab. Again, just find the character you need to use and click Insert, and in the future, for common symbols you can use the shortcut key listed in the right column or create your own shortcut key.

Bonus tip… this also work in Excel and PowerPoint!

How To Insert Calendar In Microsoft Excel .. continuation How to Make a Pre-Made Calendar in ExcelYou can craft your own...
21/10/2024

How To Insert Calendar In Microsoft Excel .. continuation

How to Make a Pre-Made Calendar in Excel
You can craft your own calendar in Excel from scratch, but the easiest way to create a calendar is using a pre-made calendar template. Templates are useful because you can edit each day to include special events, and then print each month whenever you like.

Selecting a New file in Excel.

In the search field, type calendar and select the magnifying glass to initiate the search.

Searching for a calendar in Excel
Select the calendar style that suites your needs. This example uses the Any year calendar. Once you've selected your calendar, select Create.

Each calendar template has unique features. The Any year calendar template in particular lets you type in a new year or starting day of the week to automatically customize the calendar.

How to Make a Custom Monthly Calendar in Excel
If you don't like the limitations of a calendar template, you can create your own calendar from scratch in Excel.

Open Excel and type the days of the week in the first row of the spreadsheet. This row will form the foundation of your calendar.

Filling out days of the week in the Excel calendar
Seven months of the year have 31 days, so the first stage of this process is to create the months for your calendar that hold 31 days. This will be a grid of seven columns and five rows.

To start, select all seven columns, and adjust the first column width to the size you'd like your calendar days to be. All seven columns will adjust to the same.

Adjusting calendar columns in Excel

Next, adjust the row heights by selecting the five rows under your weekday row. Adjust the height of the first column.

To adjust the height of several rows at the same time, simply highlight the rows you'd like to adjust before changing the height.

Adjusting row heights of a calendar in Excel
Next, you need to align the day numbers to the upper-right of each daily box. Highlight every cell across all seven columns and five rows. Right click on one of the cells and select Format Cells. Under the Text alignment section, set Horizontal to Right (Indent), and set Vertical to Top.

Adjusting alignment for daily calendar cells

Now that the cell alignments are ready, it's time to number the days. You'll need to know which day is the first day of January for the current year, so Google "January" followed by the year you're making the calendar for. Find a calendar example for January. For 2025, for example, the first day of the month starts on a Wednesday.

For 2025, starting on Wednesday, number the dates in sequential order until you get to 31.

Now that you have January finished, it's time to name and create the rest of the months. Copy the January sheet to create the February sheet.

Right-click the sheet name and select Rename. Name it January. Once again, right-click the sheet and select Move or Copy. Select Create a copy. Under Before sheet, select (move to end). Select OK to create the new sheet.

Copying a month sheet in Excel

Rename this sheet. Right click the sheet, select Rename, and type February.

Adding the next month to the Excel calendar

Repeat the above process for the remaining 10 months.

Now it's time to adjust the date numbers for each month after the template month of January. Starting with February, stagger the starting date of the month to whichever day of the week follows the last day of the January. Do the same for the rest of the calendar year.

Remember to remove non-existent dates from the months that are not 31 days long. Those include: February (28 days—29 days in a leap year), April, June, September, and November (30 days).

As the last step, you can label each month by adding a row at the top of each sheet. Insert a top row by right-clicking the top row and selecting Insert. Select all seven cells above the days of the week, select the Home menu, and then select Merge & Center from the ribbon. Type the month name into the single cell, and reformat the font size to 15. Repeat the process for the rest of the calendar year.

Once you're finished numbering months, you will have an accurate calendar in Excel for the full year.

How to Create Columns in a New DocumentStep 1. Create a new document in your Microsoft Word.Step 2. Click the Layout tab...
18/10/2024

How to Create Columns in a New Document

Step 1. Create a new document in your Microsoft Word.

Step 2. Click the Layout tab on the Word’s ribbon at the top.

Step 3. On the Layout tab, in the Page Setup section, click Columns. Then you can see a drop-down menu of columns. They are:

One: This keeps only one column in your document.
Two: Select this option to add two equal-sized columns to your document.
Three: This option adds three columns to your document.
Left: This adds one column to the left of your document.
Right: This adds one column to the right of your document.
select which columns to use

Step 4. When you have selected the column style in your document, start typing and your text will be formatted in the column style.

NB: To add columns to an existing document, just highlight them and follow the steps above.

Address

Lagos

Opening Hours

Monday 08:00 - 20:00
Tuesday 08:00 - 20:00
Wednesday 08:00 - 20:00
Thursday 08:00 - 20:00
Friday 08:00 - 20:00
Sunday 10:00 - 17:00

Telephone

+2348036198517

Website

Alerts

Be the first to know and let us send you an email when Learn Computer Skills On Desktop Applications posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Learn Computer Skills On Desktop Applications:

Share