answersLogoWhite

0

📱

Microsoft Excel

Excel is a spreadsheet application developed and distributed by Microsoft Corporation for computers using the Microsoft Windows and Mac OS X operating systems. It features graphing tools, chart wizards, calculations, formatting options, and pivot tables.

9,788 Questions

What allows you to select cells for use in a formula by using a mouse?

You can click and drag from one cell along a row, down a column, or to the opposite corner of a rectangle to select with a mouse. When doing a formula you can select cells in that way after you start typing a formula. So to add all the values in the cells from A2 to A15, you could type:

=SUM(

Then you could either type the cell range, or select the range with the mouse. The completed formula would be as follows no matter which way you do it:

=SUM(A2:A15)

What is vlook up table in excel and how it is used?

The VLOOKUP function works on the same principle as HLOOKUP, but instead of searching horizontally, VLOOKUP searches vertically. VLOOKUP searches for a specified value vertically down the first column of an array. When the value is found, VLOOKUP searches across to a specified column and enters the value of the cell. The syntax for the VLOOKUP function follows the same pattern as HLOOKUP, except that instead of specifying a row index number, you would specify a column index number to instruct VLOOKUP to move across to a specific column in the array where the required value is to be found. =VLOOKUP( lookup_value , table_array , col_index_number ) In the case of VLOOKUP, data in the first column of the array should be in ascending order, as VLOOKUP searches down this column for the lookup_value.

What is difference between an Excel XLR and XLS file?

The xlsx file extensions are from Excel 2007 whereas xls is used in the earlier versions of Excel.
Thanks

What happens if you enter a formula with an incorrect structure?

There are many ways a formula can go wrong. There can be an error that won't let the formula be accepted by Excel due to an error in the way you type it, like leaving out a bracket, which results in an error and you will get an error message.

A formula may be accepted but the calculation results in a problem, like trying to divide by zero, which is mathematically impossible. That will result in an error message.

A formula may give a result which is not what you want, and you may not even notice. For example you might have the plus instead of a minus in the formula by accident. This kind of mistake will not give an error message. The formula is not what you want and is wrong from your perspective, but it is a perfectly valid formula so it will give a result. These kinds of errors can go unnoticed for a long time. This is why it is very important to check all your formulas carefully and to test them to see that they give the results you want.

What is the function displays the highest value in a range?

This would be the MAX function.

=MAX(A1:A12)

You can also use the LARGE function, with 1 specified as the position to find. 1 specifies the largest, 2 the second largest, 3 the third largest and so on. LARGE is best used when it is not the highest value you are looking for, but it still can be used to find the largest. It can be done like this:

=LARGE(A1:A12,1)

How do you delete an entire row or column in Excel?

Click on the row or column header you want to delete. Then right click and pick Delete.

What is unique for each cell in an Excel worksheet?

Its address.

For example, there is only one cell in a worksheet called A3. If you have multiple worksheets, you would have the same number of cells called A3 within that worksheet, but within the entire workbook, you still would have only one cell called Sheet1!A3.

How can Microsoft Excel can be used to enhance performance of teacher and students?

You could start by building up some essential basic equations / algorithms

with data input boxes to change variable values.

eg

build equation for area of a circle (a = pi * r2), but refer to seperate cell for value of radius

cell a1, type in: 0

cell a2, type in: = 3.141592654 * (a1)^2

cell a1 contains the radius, install any value, then a2 reveals the area

typing in a new value in a1 automatically overides the previous value.

What is spreadsheet software?

A spreadsheet software is a program or application that is used to organize, analyze and store information in a digital worksheet. This type of application is commonly used in financial computations and documentations.

How to add 25 percent in Excel?

You multiply it by 0.75, exactly as we used to do it before

anyone had ever heard of Excel, or of Microsoft.

_______________

If you have a value, say in cell A1, then you can put the following formula in cell B1 to do this:

=A1 * 0.75

How do you make spreadsheets more efficient?

There are many things you can do. Try not to duplicate figures and formulas that are getting the same thing. Use one set of data to generate all your data. Sometimes people will put the same data on two sheets, and do different sets of formulas for them. They should just put the data once and use that for any calculations to do it. Some complex spreadsheets would seem to be easier if data is duplicated, but it is best to only have the data once. There are lots of potential problems, like errors when copying the data, or if the data has to be changed, that it is only changed in one place and not another. The Scenario Manager can be used to reduce the amount of duplication needed.

To make spreadsheets more efficient you could also look at your formulas. Some formulas could be combined. Some could be done in a simpler fashion. It is good to show lots of figures that have been calculated at each stage, but sometimes it is better to combine formulas. Look at different ways of getting information from your data, like using pivot tables. Using named data sets, through the Name Manager, can make formulas easier to create and understand and that can help efficiency.

One of the most important things to do is to plan your spreadsheet before you even start it. Then you will know how it is going to be done and you can avoid some of the inefficiencies that creep in through not having thought out how it can be done. There are many other things you can do too. A lot will depend on the specific spreadsheet itself.

How do you fix a formula error on Microsoft Excel?

You may see an error box telling you you have not entered the correct arguements. You also could receive a variety of error displays. Some are: #DIV/0!, #NAME?, #VALUE!, #SYNTAX?

What is hlookup in Microsoft Excel?

the h stands for horizontal lookup and the v stands for vertical. assume you have two columns and you want to know if there are any names in them that are the same. You can use v look up to tell you how many repeats there are. You can also do that with rows, but you use h lookup. ALso this function can be used to find a certain aspect about a item iin a table.

What is the procedure to calculate profit and loss data in Microsoft Excel?

  1. Make a column or range of columns to contain your income entries.
  2. Add a SUM at the bottom of the income column.
  3. Make a column or range of columns to contain your expense entries.
  4. Add a SUM at the bottom of the expenses column.
  5. Add a cell that subtracts your expenses from your income to indicate your profit.

See related links for an example of a detailed Profit Loss Report.

What is true regarding functions?

This question needs more context in order to be answered; it contains a question referring to a multiple choice list which is not included in the question. Try re-phrasing the question.

How do you merge cells into single cell in Excel?

Highlight the cells you are interested in merging .. make sure you are on the "home" tab (found at the top of the excel program), and choose the down arrow beside merge & center in the "alignment box". there you will find the option to merge & center, merge across, merge cells, and unmerge cells ..