+ Reply to Thread
Results 1 to 4 of 4

Comparing two sheets to establish if data has been entered in corresponding rows

  1. #1
    Registered User
    Join Date
    01-07-2016
    Location
    Paisley,Scotland
    MS-Off Ver
    2010
    Posts
    2

    Post Comparing two sheets to establish if data has been entered in corresponding rows

    I have recorded answers from same participants to two questionnaires. The questionnaires are the exact same questions except one was administered before training and one after to establish any change in opinion. The before results are sheet1 and the after are sheet2. The rows in each sheet represent the answers from one participant i.e. row1 on sheet1 and 2 is the same participant.

    What i am looking for is a way to identify which participants completed both questionnaires and which completed one or the other.

    I also have a column with notes so if they were absent for one this information is available. Would it be possible to show the notes next to the counts?

    I hope this is clear and thank you for any help in advance.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Comparing two sheets to establish if data has been entered in corresponding rows

    Do you have the names of the participants on both sheets? If so, which columns are used to hold these?

    Pete

  3. #3
    Registered User
    Join Date
    01-07-2016
    Location
    Paisley,Scotland
    MS-Off Ver
    2010
    Posts
    2
    Hi Pete,
    Thanks for your reply. I don't have their names as the questionnaires were annonymous but each corresponding row on each sheet is the same participant.

    I could add in a column with a unique reference if this is required. It would be column 1.

    Thanks again.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Comparing two sheets to establish if data has been entered in corresponding rows

    It would help if you attached a sample Excel workbook (the FAQ describes how to), as it is difficult to guess exactly how your data is laid out.

    One way of doing this, assuming that your data is numbers, and is in columns A to M, with notes in column N, is to put this in cell O1 of Sheet2:

    =IF(SUM(Sheet1!A1:M1)=0,"Absent in Sheet1 - "&Sheet1!N1,IF(SUM(A1:M1)=0,"Absent in Sheet2 - "&N1,"Present for both"))

    then copy this down.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Live graphing comparing manually entered data with existing data
    By Desert Coyote in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 05-15-2015, 03:05 PM
  2. Comparing data on 2 sheets (varying rows) and highlight differences in 3rd
    By Gti182 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-16-2014, 03:22 AM
  3. Comparing Rows in Two Different Sheets
    By eg6791 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2014, 09:47 AM
  4. Linking rows between sheets so that a macro can update when new data is entered
    By thecaitfish in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-14-2014, 03:08 PM
  5. Comparing rows of two different sheets
    By rdubya in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-16-2012, 02:13 PM
  6. Comparing rows in two sheets
    By Carlsbergen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-07-2009, 06:24 AM
  7. [SOLVED] Comparing data between sheets, and copying rows with data
    By Fleone in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-02-2006, 02:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1