Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
What formula do I need to use to accomplish the following. Lookup some value in another sheet and return the Cell Address(Column and Row) that has this value. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
It depends on how the data we are looking up are laid out but here's a simple one ="A" & MATCH(A1,Sheet2!A:A,FALSE) Mike "Gaurav" wrote: Hi, What formula do I need to use to accomplish the following. Lookup some value in another sheet and return the Cell Address(Column and Row) that has this value. Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Mike. I have one more question.
How can I use the value returned by this formula in a COUNTIF function. I mean the formula you just wrote in your reply gives me the row number and now I want to know how many times a particular value appears in that this row. Thanks a ton. "Mike H" wrote in message ... Hi, It depends on how the data we are looking up are laid out but here's a simple one ="A" & MATCH(A1,Sheet2!A:A,FALSE) Mike "Gaurav" wrote: Hi, What formula do I need to use to accomplish the following. Lookup some value in another sheet and return the Cell Address(Column and Row) that has this value. Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
One way =COUNTIF(INDIRECT("Sheet2!" & MATCH(A1,Sheet2!A:A,FALSE)&":"& MATCH(A1,Sheet2!A:A,FALSE)),"Myvalue") All in one line. If you are trying to count number change "Myvalue" to the number you looking for with no quotes. Mike "Gaurav" wrote: Thanks Mike. I have one more question. How can I use the value returned by this formula in a COUNTIF function. I mean the formula you just wrote in your reply gives me the row number and now I want to know how many times a particular value appears in that this row. Thanks a ton. "Mike H" wrote in message ... Hi, It depends on how the data we are looking up are laid out but here's a simple one ="A" & MATCH(A1,Sheet2!A:A,FALSE) Mike "Gaurav" wrote: Hi, What formula do I need to use to accomplish the following. Lookup some value in another sheet and return the Cell Address(Column and Row) that has this value. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, | Excel Worksheet Functions | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),Range ... ? | Excel Worksheet Functions | |||
Return cell address of a cell based on contents of cell. | Excel Worksheet Functions | |||
find last cell in range with data, display cell address | Excel Worksheet Functions | |||
How make hyperlink refer to cell content rather than cell address. | Excel Discussion (Misc queries) |