Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Trace common material in 2 sheets

I have sheet1 and sheet2 both sheets have same data but there are some new
material # in sheet1.

Problem is when apply Vlookup formula in sheet2 then quantities of new
material numbers do not comes because these new materials numbers do not
exist in sheet2.

Is there any method? To trace new or diff. materials numbers those are
exist in sheet1

Regards

Zafar

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Trace common material in 2 sheets

Not sure whether I have understood your query correctly.

Try the below formula which will lookat Sheet1 and return whether the
material # exists in Sheet1 or not...Reoplace the exist comment with your
VLOOKUP() formula....

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"New material number","Exist. Use a formula")

--
Jacob (MVP - Excel)


"vlook fomula" wrote:

I have sheet1 and sheet2 both sheets have same data but there are some new
material # in sheet1.

Problem is when apply Vlookup formula in sheet2 then quantities of new
material numbers do not comes because these new materials numbers do not
exist in sheet2.

Is there any method? To trace new or diff. materials numbers those are
exist in sheet1

Regards

Zafar

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Trace common material in 2 sheets

thanks Jacob for reply.......(my english is weak sorry for that)

Actually sheet1 having new data and sheet2 have old data, when i am
applying vlookup to take qty in sheet2 from sheet1 then some quantites do not
coming and these are quantites of new materials. so i always back to sheet1
to search new materials numbers and then enter in sheet 2.

is there any easy way to search how many new materials are exist in sheet1

regards

"Jacob Skaria" wrote:

Not sure whether I have understood your query correctly.

Try the below formula which will lookat Sheet1 and return whether the
material # exists in Sheet1 or not...Reoplace the exist comment with your
VLOOKUP() formula....

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"New material number","Exist. Use a formula")

--
Jacob (MVP - Excel)


"vlook fomula" wrote:

I have sheet1 and sheet2 both sheets have same data but there are some new
material # in sheet1.

Problem is when apply Vlookup formula in sheet2 then quantities of new
material numbers do not comes because these new materials numbers do not
exist in sheet2.

Is there any method? To trace new or diff. materials numbers those are
exist in sheet1

Regards

Zafar

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Trace common material in 2 sheets

Suppose you have material numbers in Col A in both sheets...In Sheet1 ColB
cell B1 apply the below formula...which will return "NEw" if the material
number do not exist in Sheet2......Once done you can filter down the items
with"NEw" status

=IF(ISNA(MATCH(A1,Sheet2!A:A,0)),"New","")


--
Jacob (MVP - Excel)


"vlook fomula" wrote:

thanks Jacob for reply.......(my english is weak sorry for that)

Actually sheet1 having new data and sheet2 have old data, when i am
applying vlookup to take qty in sheet2 from sheet1 then some quantites do not
coming and these are quantites of new materials. so i always back to sheet1
to search new materials numbers and then enter in sheet 2.

is there any easy way to search how many new materials are exist in sheet1

regards

"Jacob Skaria" wrote:

Not sure whether I have understood your query correctly.

Try the below formula which will lookat Sheet1 and return whether the
material # exists in Sheet1 or not...Reoplace the exist comment with your
VLOOKUP() formula....

=IF(ISNA(MATCH(A1,Sheet1!A:A,0)),"New material number","Exist. Use a formula")

--
Jacob (MVP - Excel)


"vlook fomula" wrote:

I have sheet1 and sheet2 both sheets have same data but there are some new
material # in sheet1.

Problem is when apply Vlookup formula in sheet2 then quantities of new
material numbers do not comes because these new materials numbers do not
exist in sheet2.

Is there any method? To trace new or diff. materials numbers those are
exist in sheet1

Regards

Zafar

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Trace common material in 2 sheets

Thanks & God bles u problem resolved

"vlook fomula" wrote:

I have sheet1 and sheet2 both sheets have same data but there are some new
material # in sheet1.

Problem is when apply Vlookup formula in sheet2 then quantities of new
material numbers do not comes because these new materials numbers do not
exist in sheet2.

Is there any method? To trace new or diff. materials numbers those are
exist in sheet1

Regards

Zafar

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
trace dependent tool doesn't work but trace precendent doesn't marnie Excel Discussion (Misc queries) 2 May 24th 07 12:26 PM
unifying two sheets by a common index column Yaron Assa Excel Discussion (Misc queries) 4 April 3rd 06 09:32 AM
Conditional formatting - Find common material kuansheng Excel Worksheet Functions 9 March 31st 06 07:36 PM
Common range name for 2 sheets David Excel Discussion (Misc queries) 6 January 24th 06 03:26 PM
making one material list from mulitple vendor material lists In the beginning Excel Worksheet Functions 1 January 8th 05 02:49 AM


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

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"