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 are the advantages of using Microsoft Word?

Word is used to write documents. Now, if you ask about advantages, you mean, advantages as compared to what? To writing by hand, to use a typewriter, to use some other word processing program (like Open Office), or to not writing anything? - The answers will be different in every case.

What is a graphic in Excel?

Within Excel you can draw all kinds of different shapes and other items. They are graphics. The charts and diagrams that Excel can create are also graphics. Even the icons you click on are graphics.

What are other uses for the delete key?

If you hit the delete key, you will cause a puppy to be horribly murdered. Use backspace instead.

In the cell address C4 what does C signify?

The column.

The columns are labelled alphabetically, e.g. "A" is column 1, "B" is column 2, "C" is column 3 and so on.

The 27th column is labelled "AA", the 28th "AB" etc.

When creating a Chart in Excel a multiple date series is?

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

A data series is a range of values to be charted. If you have multiple data values, you may have multiple series, like several lines on a line chart. So you can have lots of values in a series, and lots of series in some charts. A pie chart cannot have more than one series. Data can be of various types.

How Age level charts should be used with discretion?

Age level charts should be used with discretion as they provide general guidelines that may not account for individual differences in development and abilities. Children can vary significantly in their physical, emotional, and cognitive growth, which means that strict adherence to these charts can lead to misunderstandings about a child's progress. It's essential to consider each child's unique context, including cultural and environmental factors, alongside the chart recommendations. Parents and educators should use these tools as a starting point for discussion rather than definitive assessments of a child's capabilities.

What is the meaning of the term 'automatic re-calculation' as it relates to spreadsheet theory?

The whole basis of a spreadsheet's usefulness is its ability to recalculate all its formulas every time a change is made to any cell on the spreadsheet. This keeps the spreadsheet up to date when new values are put in. On a paper-based spreadsheet, one figure being changed requires that the user manually recalculates everything in their spreadsheet. An electronic spreadsheet will do it automatically, which is what is meant by automatic recalculation.

There is an option to turn this off and have the spreadsheet only recalculate when the user hits a specified key, usually the F9 key. This enables the user to change a figure and then look at the existing figures before they are changed, to more easily note what changes occur when they recalculate. On an electronic spreadsheet manual calculation does not mean that the user has to do all the calculations themselves, as they would on paper, but just that they can tell the spreadsheet when to recalculate all formulas, rather than it being done every time they make a change to anything.

What are the parts of the If functions arguments?

=IF(<condition>, <do this if condition is true>, <do this if condition is false>)

The second and third arguments can be anything you would put in a formula, including another IF function.

Example:

="Good "&IF(HOUR(NOW())<12, "morning", IF(HOUR(NOW())<18, "afternoon", "evening"))&"!"

How do you insert a Word in a list in Microsoft Excel?

If your list is in a column with each item in a separate cell, simply insert a new row and put your word in the blank cell created by the new row.

If your list is a long text string all in one cell, press the F2 key to open the in-cell text editor, use the arrow keys to move the cursor to the desired position, and type in your word. I think the question is "How to add another item in the list that is already available?" 1. Select the cell which contains the list (Say, D1). 2. From the Menu Bar, Data--> Validation 3. In the data validation dialog box, "Settings" Tab, you will see 2 fields, "Allow" & "Source" 4. You should be able to see the value as "List" in the "Allow" drop-down. 5. If the "Source" field has the items of the list directly (Items that were available in D1 cell), you can just add another item to the list by typing in after a comma wherever necessary & click "OK". 6. Or, if the "Source" field has the cell reference where the items of the list are available, Go to those cells & insert your item or word you want to be available in the list & then follow steps 1 to 4. Then, click on the look-up icon near "Source" field & select the new cell reference where you added one more item & click "OK"

What will happen if you select a range of cells such as D5 D7 then press the ctrl key and select a different range of cells such as D11 D13?

You will highlight all the selected cells (assume you hold the Ctrl key down while you click on the selected cells).

D5, D6, D7, D11, D12, D13

How do you process a list of wins and losses wins equals 1 and losses equals 0 To find the total wins I used Sum B2 colon B20 how would you have excel count the losses which are 0s?

=COUNTIF(B2:B20,0)

Also, you could use WIN or LOSS instead of 1 and 0 if you like. In that case, use the following formula:

=COUNTIF(B2:B20,"LOSS")

What five functions can you use in a conditional formula?

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

A conditional formula can contain all sorts of functions. There are some specialised conditional functions, most notably the IF function, and they can use other functions as part of them. So in theory, any function can be used in a conditional formula, depending on exactly what it is that you want to do. You may be referring to logical operations like less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.

What steps would you take to insert a header into an Excel worksheet?

It probably depends on what version of Excel you are using, but on my Mac, I would go to the Layout tab and select Header & Footer under Page Setup. Then I could add things on the resultant window.

Is equals A1 equals A14 a complex formula in excel?

It is not very complex. It is a logical function. It would be comparing the contents of A1 and A14. If they are the same it will give the result TRUE. If they are not the same it will give the result FALSE.