Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Comparing data within worksheets

I need to lookup and compare names from 3 worksheets: I need worksheet 1 to
search thru worksheet 2 (names(A)) and worksheet 3 (names(A)); if name is
located in worksheet 2 update worksheet 1 (subject1(B)) with "yes"; if not
update with "no"; if name is located on worksheet 3 update worksheet 1
(subject2(C)) with yes; if not update with "no". Names may not be in order
on each worksheet. I appreciate any help. Thanks

(A) (B) (C)
Worksheet 1: Names Subject 1 Subject 2
(A)
Worksheet 2: Names
(A)
Worksheet 3: Names

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 135
Default Comparing data within worksheets

Excel Help! -

In cell B2 of worksheet A, put this:

=IF(ISNA(VLOOKUP(A2,Sheet2!A2:A7,1,FALSE)),"no","y es")

In cell C2, put this:

=IF(ISNA(VLOOKUP(A2,Sheet3!A2:A7,1,FALSE)),"no","y es")

Drag these formulas down the columns.

--
Daryl S


"Excel Help!" wrote:

I need to lookup and compare names from 3 worksheets: I need worksheet 1 to
search thru worksheet 2 (names(A)) and worksheet 3 (names(A)); if name is
located in worksheet 2 update worksheet 1 (subject1(B)) with "yes"; if not
update with "no"; if name is located on worksheet 3 update worksheet 1
(subject2(C)) with yes; if not update with "no". Names may not be in order
on each worksheet. I appreciate any help. Thanks

(A) (B) (C)
Worksheet 1: Names Subject 1 Subject 2
(A)
Worksheet 2: Names
(A)
Worksheet 3: Names

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Comparing data within worksheets

I only get all "yes" in both B and C. Will this look thru the entire row of
"A" on sheet's 2 and 3?


"Daryl S" wrote:

Excel Help! -

In cell B2 of worksheet A, put this:

=IF(ISNA(VLOOKUP(A2,Sheet2!A2:A7,1,FALSE)),"no","y es")

In cell C2, put this:

=IF(ISNA(VLOOKUP(A2,Sheet3!A2:A7,1,FALSE)),"no","y es")

Drag these formulas down the columns.

--
Daryl S


"Excel Help!" wrote:

I need to lookup and compare names from 3 worksheets: I need worksheet 1 to
search thru worksheet 2 (names(A)) and worksheet 3 (names(A)); if name is
located in worksheet 2 update worksheet 1 (subject1(B)) with "yes"; if not
update with "no"; if name is located on worksheet 3 update worksheet 1
(subject2(C)) with yes; if not update with "no". Names may not be in order
on each worksheet. I appreciate any help. Thanks

(A) (B) (C)
Worksheet 1: Names Subject 1 Subject 2
(A)
Worksheet 2: Names
(A)
Worksheet 3: Names

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Comparing data within worksheets

Here's what I entered to work:
=IF(ISNA(VLOOKUP(A2,Sheet2!$A$2:$A$208,1,FALSE))," no","yes"). I had to enter
the last row and the "$". Not sure this will work on my try?

"Excel Help!" wrote:

I only get all "yes" in both B and C. Will this look thru the entire row of
"A" on sheet's 2 and 3?


"Daryl S" wrote:

Excel Help! -

In cell B2 of worksheet A, put this:

=IF(ISNA(VLOOKUP(A2,Sheet2!A2:A7,1,FALSE)),"no","y es")

In cell C2, put this:

=IF(ISNA(VLOOKUP(A2,Sheet3!A2:A7,1,FALSE)),"no","y es")

Drag these formulas down the columns.

--
Daryl S


"Excel Help!" wrote:

I need to lookup and compare names from 3 worksheets: I need worksheet 1 to
search thru worksheet 2 (names(A)) and worksheet 3 (names(A)); if name is
located in worksheet 2 update worksheet 1 (subject1(B)) with "yes"; if not
update with "no"; if name is located on worksheet 3 update worksheet 1
(subject2(C)) with yes; if not update with "no". Names may not be in order
on each worksheet. I appreciate any help. Thanks

(A) (B) (C)
Worksheet 1: Names Subject 1 Subject 2
(A)
Worksheet 2: Names
(A)
Worksheet 3: Names

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
Comparing data in multiple worksheets Chief1409 Excel Discussion (Misc queries) 3 February 13th 07 04:26 PM
Comparing Data from two 2 worksheets Roberto R Excel Discussion (Misc queries) 17 December 2nd 06 02:58 PM
Comparing Data from two 2 worksheets Roberto R Excel Worksheet Functions 1 November 18th 06 04:52 PM
Comparing Data Between Worksheets Bryan Excel Discussion (Misc queries) 2 July 19th 05 01:29 PM
need help comparing data in 2 separate worksheets \Wayne via OfficeKB.com\ Excel Worksheet Functions 0 July 6th 05 09:02 PM


All times are GMT +1. The time now is 09:10 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"