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 text alignments are not available when changing text direction in a table cell?

That depends on what program you are using. I have never seen full justification available in a table.

What group of cells chosen in Microsoft Excel is chosen to perform an action?

A range of cells, that can then be used in a function. The cells from B2 to E13 could be a range of cells that you want to total all the values in:

=SUM(B2:E13)

Extract initail from name in excel?

To find the first letter of a single name is easy. You can get the first letter starting at the left of the text. If the name was in cell B3 then your formula, which can be any cell except B3, would be:

=Left(B3,1)

If it is multiple names, then that is more complicated because of the way names can be structured, like finding where in the cell the second name begins and the fact that names can be double-barrelled. It is impossible to teach a computer to differentiate between these names, because for example, some names can be both a first name or a surname.

The best thing to do if you want to get initials from a first name and a surname is to put the parts of the name into different cells and use the previous function on each of these and put a full stop and a space between them. So if the firstname was in B3 and the surname in C3 then the formula in another cell would be:

=Left(B3,1)&". "&Left(C3,1)

Which cell becomes active when you press the enter key?

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

Usually the cell below what is currently the active cell. If you are in the last row, it will stay in the same cell.

What does CHAR means in Excel?

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

CHAR is a function that returns a character from a number code. All letters and digits and other characters on your keyboard have special codes. If you know these codes, they can be used with the CHAR function to get the characters you want. Here are just a few examples.

To get the letter a, you can type:

=CHAR(97)

To get the letter A, you can type:

=CHAR(65)

To get the digit 1, you can type:

=CHAR(49)

What is callouts in Microsoft Excel?

Callouts are graphic features that you can draw onto your spreadsheet, like a speech bubble or a box with a line or an arrow pointing to a cell. You can then type text into the callout.

Where can one find a free pivot tutorial online?

There are several websites out there willing to show you how to create an Excel Pivot Table. Please check out websites like Chandoo or Lynda. Once you have found a website that might interest you, then simply write down on the website's search bar : Excel Pivot Tables. Once you have done this, several options , including video tutorials will pop out.

What is an example of a smartart graphic in Excel?

Any of the inbuilt ones such as a hierarchical chart or a process chart.

What cells would this formula cover a2-a6?

The question is not clear. The formula would cover three cells: A2, A6, and the cell holding the formula A2-A6.

Is a diagonal line a row or column?

No. A row is horizontal and a column is vertical.

Can Excel be used for data storage?

Excel files will have data in them, so in that way they are storing data. Excel is not a disk or USB key or other such data storage devices. It is software, not hardware.

What is the formula for calculating conversion cost?

That depends on what you are trying to convert. I suppose a simple formula would be to add all the components of your conversion to get the sum total of all your costs. There is no one answer that can address this question. Recommend you ask again using words that make it clear what you are tying to learn.

One option could be: direct labor cost plus manufacturing minus overhead cost.

How do you update an excel value?

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

You can type in a new value, which updates the actual value. It may also change some values that are a result of a formula. This will usually happen automatically. If Manual Recalculation is on, then pressing F9 will recalculate the spreadsheet. You can copy values into cells that have existing ones, which will update them. They can be replacing them, or they could be doing an operation through Paste Special, such as multiplying the existing value by a set value.

What is chart catalogue?

A chart catalogue is a comprehensive listing of nautical charts and publications produced by a hydrographic office or organization. It provides essential details about each chart, such as scale, coverage area, and edition, along with information on how to obtain them. Chart catalogues are crucial for mariners and navigators to ensure they have the most up-to-date and relevant navigational information for safe maritime navigation.

What are the functions of avr?

AVR (Audio/Video Receiver) functions primarily include switching and amplifying audio and video signals from various sources, such as TVs, Blu-ray players, and gaming consoles. It decodes audio formats like Dolby Digital and DTS, providing surround sound. Additionally, AVR can manage video signals, upscaling resolutions for optimal display quality, and often includes features like streaming capabilities, room calibration, and multi-zone audio distribution.