#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default match numbers

i have numbers in 3 different sheets and on sheet 4 if have the same number
as in either sheet 1,2 or 3 give me the sheet name.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default match numbers

Can you please explain, in which Particular Columns the Number will be
available in sheet1, sheet2 & sheet3 and give some examples of the numbers.

--------------------
(MS-Exl-Learner)
--------------------



"ganga" wrote:

i have numbers in 3 different sheets and on sheet 4 if have the same number
as in either sheet 1,2 or 3 give me the sheet name.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 42
Default match numbers

sure..
sheet 1 sheet 2 sheet 3 sheet 4

in A row in A row in A row in A row
in B row
1 10 9 14
sheet 2
12 14 100
2 13 33
3 6
4
5

all the numbers in the sheets are already there but i only want to get the
info in sheet 4 row b.


"Ms-Exl-Learner" wrote:

Can you please explain, in which Particular Columns the Number will be
available in sheet1, sheet2 & sheet3 and give some examples of the numbers.

--------------------
(MS-Exl-Learner)
--------------------



"ganga" wrote:

i have numbers in 3 different sheets and on sheet 4 if have the same number
as in either sheet 1,2 or 3 give me the sheet name.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default match numbers

Put this in B1 of Sheet4:

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"","Sheet1") & IF(ISNA(MATCH
(A1,Sheet2!A:A,0)),"","Sheet2") & IF(ISNA(MATCH(A1,Sheet3!A:A,
0)),"","Sheet3")

By the way, A and B refer to columns - rows are numbered 1, 2, 3, 4
etc.

Hope this helps.

Pete

On Sep 14, 5:49*pm, ganga wrote:
sure..
sheet 1 * * * * * * sheet 2 * * * * * * * *sheet 3 * * * * * * *sheet 4 * * *

in A row * * * * * *in A row * * * * * * *in A row * * * * * * *in A row * *
* * in B row
1 * * * * * * * * * * * 10 * * * * * * * * * * * 9 * * * * * * * * * * * 14 *
* * * * * * * * sheet 2
12 * * * * * * * * * * 14 * * * * * * * * * * * 100
2 * * * * * * * * * * * 13 * * * * * * * * * * * * 33
3 * * * * * * * * * * * *6
4
5

all the numbers in the sheets are already there but i only want to get the
info in sheet 4 row b.



"Ms-Exl-Learner" wrote:
Can you please explain, in which Particular Columns the Number will be
available in sheet1, sheet2 & sheet3 and give some examples of the numbers.


--------------------
(MS-Exl-Learner)
--------------------


"ganga" wrote:


i have numbers in 3 different sheets and on sheet 4 if have the same number
as in either sheet 1,2 or 3 give me the sheet name.- Hide quoted text -


- Show quoted text -


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
Sum if match any six numbers XP Excel Worksheet Functions 6 June 24th 08 12:05 AM
How to match between same numbers ghost Excel Discussion (Misc queries) 1 November 26th 07 02:24 PM
how can I match numbers from two columns? Lea Excel Worksheet Functions 1 September 26th 05 09:11 AM
How can I match numbers from two columns? Lea Excel Discussion (Misc queries) 2 September 26th 05 08:04 AM
Match numbers in range Nigel Excel Discussion (Misc queries) 1 May 13th 05 03:40 PM


All times are GMT +1. The time now is 03:55 PM.

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

About Us

"It's about Microsoft Excel"