answersLogoWhite

0

What else can I help you with?

Related Questions

How many addressing techniques are there in Excel?

There are 3 types of cell addressing or cell referencing mechanisms in Excel. They are relative, mixed and absolute.


What are 3 ways to finish off the entry of a cell that in Microsoft Excel?

Press the Tab key. Press the Enter key. Press any of the arrow keys.


What is the Excel formula to show exponents?

There are two ways to express exponents in Excel.=6^3=POWER(6,3)


In Excel the cell labeled F3 refers to?

It is the cell where column F and row 3 intersect.


What are the 7 horizontal cell alignments in Microsoft Excel?

There are seven cell alignments in Excel, but not all are horizontal. 4 x HORIZONTAL: left, center, right, full 3 x VERTICAL: top, center, bottom


How do you type on a computer ten to the power of three?

10^3(If you enter this into a cell in Excel, it willrecognize it as 1000.)


What does the ROW function do in Excel?

It gives you the row part of a cell reference. =ROW(D3) This will give the value 3, as that is the row part of the cell reference.


How do you insert a Microsoft office Excel chart into a document?

Numerous ways: 1. Insert, Chart/graph from excel 2. Copy on excel and paste into word 3. If all else fails print screen and paste into word


How do you remove negative sign of a number in a cell of Excel sheet?

It depends on how the negative sign got on the cell. If you typed it, then edit the cell and remove the negative sign. If it was calculated and you want to show only the number without a sign, you can do one of two things:Multiply the results times -1.Use the ABS function to return the absolute value of the number. =ABS(2-3) will return 1 instead of -1.


If you type 3 plus 4 in a spreadsheet cell and then hit enter?

In Microsoft Excel, in order to add two numbers together in the given cell, you need to include in the given cell an equals sign before the formula. Therefore, you would enter into a cell:=3+4..and press enter.


What is the maximum condition in a single excel 2003 cell can have?

In versions earlier than 2007 you can only have 3 conditions in one cell. You'll have to use VBA to go beyond those three.


How can you make it so that dependent on what you type in an Excel cell the background colour changes for the cell?

You use Conditional Formatting. You can set up to 3 conditions to change the colours or other formatting for the cell. You will find it under the Format menu.