answersLogoWhite

0

To explain the process. You use the ADDRESS function, and determine a number for the row of the cell and a number for its column. First you have to find the value with the HLOOKUP function Then you have to find where it is in the list, which you can do using the MATCH function. The MATCH function can use the same search value as HLOOKUP did. That will give you a number of the position in the list that HLOOKUP found its search value in. You can use that number to determine the column the value is in. If the list does not start in column 1, which is highly likely, then you will need to add a value to make up for that. You will know what the row of the values is as you will have been using that in the HLOOKUP. Again you may have to make allowances for the position of the whole table on the worksheet. Together you will have the address of the cell

Say your full table was in cells F5 to I9 and you wanted a value in the third row of the table as your final value, and you were taking your initial search value from cell D14. You would be searching along row 5 initially and the final cell would be coming from row 7. As the first cell is in column F, which is the 6th column, then you will need to add 5 to the Match value to make up the difference. The Match function also uses D14, to search for in the first row of the table. Your two functions would be as follows

=HLOOKUP(D14,F5:I9,3)

=ADDRESS(7,MATCH(D14,F5:I5)+5)

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does a cell address as it applies to Excel 2010 do?

A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.A cell address identifies a particular cell. It can be used in formulas to help in calculations. By using the cell address you can access the value in the cell.


What is the formula to multiply and add a cell in Excel using hlookup?

The HLOOKUP function searches for value in the top row of table_array and returns the value in the same column based on the index_number. It has nothing to do with multiplying or adding cells, unless you use the results in some kind of calculation. If this does not answer your question, please ask a more specific question. If you want to know about both multiply and add, ask two questions--one for each subject.


Which answer is correct for using a cell address in a formula in known as formularizing or prefixing or cell referencing or cell mathematics?

cell referencing


What are the combination of numbers on the left side and a letter on the top of a spreadsheet that addresses a cell called?

A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.A cell address or a cell reference.


Is a Relative Reference a Cell Address?

Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.Not exactly. Every cell has an address. When using the addresses in formulas, they are referring to a cell. When a formula is copied, what happens to the cell references differs, depending on the type of cell reference. See the related question below.


Unique address of a cell that is the coordinates of the intersection of a row and column?

This is an incomplete sentance, not a question. Ask again using words that indicate what you want to know.


Is using a cell address in a formula is known as formularizing?

Nope, it is known as cell referencing. Good luck on your quiz ;)


What is a sentence using the phrase diploid cell in it?

Two sets of chromosomes are found in a diploid cell.


What is the difference between a cell name and the data stored in a cell?

The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.The cell name can be something like C3 or F22 or K29, or it can be given an actual name. Using a cell address we can refer to the cell. What is in the cell is the cell contents which can be data or a formula. When we use a formula we refer to the cell address and the formula uses the content of the cell. If 10 was in cell C3 and 20 was in cell C4 then you could use the following formula:=C3+C4The result would be 30, as the formula uses the content of the cells.


What do you mean by cell address?

1. An absolute cell address is a cell address that does not change when you move a formula from one cell to another. You display absolute cell addresses by adding $ to the address:


Using a cell address in a formula is known as?

It can simply be called a cell reference. There are a number of ways of having a cell reference in a formula. See the related question below.


What is a cell address in Microsoft Excel?

A letter or letters to represent a column and a number to represent the row. The following are examples: A5 C23 CF235 D8 IA4 H12300 Either (or both) of the letter or number can be preceded by a dollar sign ($) to make the reference absolute so that if the cell address is copied to another cell that part does not change - an example of this being useful is if a cell (or column or row) contains a conversion which needs to be applied to lots of different cells using a formula. Examples of absolute addresses are: $A5 (this is a column address - if the reference is copied to another column, it will always point to column A) A$5 (this is a row address - if the reference is copied to another row, it will always point to row 5) $A$5 (this is a cell address - if the reference is copied to any other cell, it will always point to cell A5)