ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Find display the result (https://www.excelbanter.com/excel-programming/288328-find-display-result.html)

simon

Find display the result
 
Hi,
how to find a number in column A and display resuting cell
address and content in the column B of the same row.
Ex: If found in A5; I want to display "A5" & content
in "B5"

Thanks



Frank Kabel

Find display the result
 
Hi Simon,

assuming that you data start in row 1 use the following
="Found in A" & MATCH(search_number,$A$1:$A$999,0) & "; Result: " &
VLOOKUP(search_number,$A1:$B999,2,False)

HTH
Frank

Simon wrote:
Hi,
how to find a number in column A and display resuting cell
address and content in the column B of the same row.
Ex: If found in A5; I want to display "A5" & content
in "B5"

Thanks




Tom Ogilvy

Find display the result
 
Believe Frank meant this based on the desired result described.

="Found in A" & MATCH(search_number,$A$1:$A$999,0) & "; Result: " &
VLOOKUP(search_number,$A1:$A999,1,False)


--
Regards,
Tom Ogilvy

Frank Kabel wrote in message
...
Hi Simon,

assuming that you data start in row 1 use the following
="Found in A" & MATCH(search_number,$A$1:$A$999,0) & "; Result: " &
VLOOKUP(search_number,$A1:$B999,2,False)

HTH
Frank

Simon wrote:
Hi,
how to find a number in column A and display resuting cell
address and content in the column B of the same row.
Ex: If found in A5; I want to display "A5" & content
in "B5"

Thanks






Frank Kabel

Find display the result
 
Hi Tom

sure :-)
Frank

Tom Ogilvy wrote:
Believe Frank meant this based on the desired result described.

="Found in A" & MATCH(search_number,$A$1:$A$999,0) & "; Result: " &
VLOOKUP(search_number,$A1:$A999,1,False)



Frank Kabel wrote in message
...
Hi Simon,

assuming that you data start in row 1 use the following
="Found in A" & MATCH(search_number,$A$1:$A$999,0) & "; Result: " &
VLOOKUP(search_number,$A1:$B999,2,False)

HTH
Frank

Simon wrote:
Hi,
how to find a number in column A and display resuting cell
address and content in the column B of the same row.
Ex: If found in A5; I want to display "A5" & content
in "B5"

Thanks




simon

Find display the result
 
Thanks Frank for your useful reply
Simon

-----Original Message-----
Hi Simon,

assuming that you data start in row 1 use the following
="Found in A" & MATCH(search_number,$A$1:$A$999,0) & ";

Result: " &
VLOOKUP(search_number,$A1:$B999,2,False)

HTH

Simon wrote:
Hi,
how to find a number in column A and display resuting

cell
address and content in the column B of the same row.
Ex: If found in A5; I want to display "A5" & content
in "B5"

Thanks



.


Frank Kabel

Find display the result
 
Hi Simon

you're welcome
Frank


All times are GMT +1. The time now is 02:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com