answersLogoWhite

0


Best Answer

The CELL function is used to get information about a cell. This can be things like its address, format, filename etc. While some of those things can be obvious, there are times when it is useful to get them. If you are looking for the address of a cell that has been given a name for example, as in the following example. The characteristic that you are looking for must be enclosed in brackets, and they are given to you to choose from as you enter the function. The following example gets the address of a cell that has been given the name TotalSales.

=CELL("address", TotalSales)

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

If you are referring to in terms of Visual Basic for Applications (VBA), then here is how you reference a cell:

---------------------------------------------------

Dim thisCell As Excel.Range

Set thisCell = Excel.ActiveWorkbook.Worksheets("Sheet1").Cells(2, 3)

MsgBox thisCell.Value

MsgBox thisCell.Text

Set thisCell = Excel.ActiveWorkbook.Worksheets("Sheet1").Range("C2")

MsgBox thisCell.Value

MsgBox thisCell.Text

Set thisCell = Nothing

---------------------------------------------------

Notice I showed 2 ways to call up a cell and 2 ways to access the contents in the cell.

It's important to know that the VALUE and TEXT of a cell are not always the same.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

Practically all formulas and most functions will reference cells, so there is an infinite amount of answers. They can use any cell or cells on your worksheet. There are some functions that don't refer to cells, like NOW, but most will do so.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

It can prompt you as to what to put in next or how to put it in, reducing the amount of errors that you could have. It ensures that you put in the right amount of things and helps you use the function correctly and can explain what each part is for.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

You can type the function in yourself or you can click on the Insert Function button on the ribbon or on the formula bar.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You can just type it in directly or if the formula starts with a function you can click on the insert function key, which looks like fx.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you insert a function in a cell in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does Insert Function mean on Excel?

Insert Function in Excel allows you to enter a function into your worksheet. You can choose your function from different categories fo functions. It will also give you a little help on the function so that you can use it in the correct way.


What does today mean in Excel?

The TODAY function returns the current date when the function is executed. That would be when you open the document or when you insert the function for the first time in a cell.


In Excel what displays the cell address the Insert Function button and the contents of the current cell?

The Formula Bar shows those things. Included in it is what is specifically known as the Name Box, which is where the address is shown. The Insert Function button is beside that and then the Formula Box part, when you can see the contents of the cell.


What can be used to find an Excel function by typing a description of the formula?

You can use the Insert Function button fx on the Formula bar to find an Excel function by typing a description of the formula at the Insert Function dialog box, in the Search for a function text box and then click Go.


How do you insert a picture in an Excel cell?

You cannot actually put a picture into a cell in Excel. Pictures and graphics sit on top of the worksheet but are not tied to any cell and so are not in a cell. So you can basically put a picture or graphic over a cell, but it is not actually in a cell, like you can put numbers or dates or text into a cell. They can be put into a worksheet by using the Insert Tab in newer versions of Excel, or the Insert menu in older versions. It can also be done through the Drawing toolbar.


How can you add comments in a cell of Microsoft Excel?

Right-click on the cell and select Insert Comments, then enter your comment.


When the function argument box appears in excel?

When you choose the Insert Function command and then pick a function to use, it will appear so that you can type arguments into it.


What keyboard combination will insert a line break inside a cell in Excel?

Alt+Enter


What is an excel function used to enter the system date in a cell in a worksheet?

The NOW function


What function in Excel moves the cell pointer to cell A1?

Press Ctrl - Home.


Can you place a photo in a cell of an Excel chart?

Yes. Click on Insert and then Picture.


What is the dialog box containing predefined functions available in Excel?

The Insert Function dialog box.