Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default How to find out the cell location

I want to find out a cell's location.

e.g. in sheet 1, A15 = "Item A"

in sheet 2, A29 ="Item A"

I want to have it in sheet 2,
B29 = "Yes, there is an same item in sheet 1"
C29 = "A15"



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default How to find out the cell location

In B29: =IF(C29="","","Yes, there is a same item in sheet 1")
InC29: =IF(ISERROR(MATCH(A29,Sheet1!A:A,0)),"",MATCH(A29, Sheet1!A:A,0))


Regards,
Stefi

€˛Lamb Chop€¯ ezt Ć*rta:

I want to find out a cell's location.

e.g. in sheet 1, A15 = "Item A"

in sheet 2, A29 ="Item A"

I want to have it in sheet 2,
B29 = "Yes, there is an same item in sheet 1"
C29 = "A15"




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default How to find out the cell location

In C29: ="A"&IF(ISERROR(MATCH(A29,Munka1!A:A,0)),"",MATCH( A29,Munka1!A:A,0))

Stefi

€˛Stefi€¯ ezt Ć*rta:

In B29: =IF(C29="","","Yes, there is a same item in sheet 1")
InC29: =IF(ISERROR(MATCH(A29,Sheet1!A:A,0)),"",MATCH(A29, Sheet1!A:A,0))


Regards,
Stefi

€˛Lamb Chop€¯ ezt Ć*rta:

I want to find out a cell's location.

e.g. in sheet 1, A15 = "Item A"

in sheet 2, A29 ="Item A"

I want to have it in sheet 2,
B29 = "Yes, there is an same item in sheet 1"
C29 = "A15"




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default How to find out the cell location

In B29 enter: =IF(COUNTIF(Sheet1!A:A,"Item A")0,"Yes, there
is...","")
In C29 enter: =IF(LEFT(B29,3)="Yes","A"&MATCH(A29,Sheet1!A:A,0))

Above will bring back the info on First instance only.



"Lamb Chop" wrote in message
:

I want to find out a cell's location.

e.g. in sheet 1, A15 = "Item A"

in sheet 2, A29 ="Item A"

I want to have it in sheet 2,
B29 = "Yes, there is an same item in sheet 1"
C29 = "A15"


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
automatic offset cell location when there is a value in a selected cell. kuansheng Excel Worksheet Functions 0 February 23rd 06 01:40 AM
location of cell owl527 Excel Worksheet Functions 8 January 24th 06 06:46 AM
Find & replace a value in an unknown cell location mellowe Excel Discussion (Misc queries) 2 November 20th 05 09:17 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
How do I find the cell address of the 2nd largest of a set? Mr. Snrub Excel Discussion (Misc queries) 4 May 30th 05 12:53 PM


All times are GMT +1. The time now is 07:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"