Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8050089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:58:09+00:00 2026-06-05T06:58:09+00:00

Does anyone have a good method for approving people who took part in a

  • 0

Does anyone have a good method for approving people who took part in a survey on survey monkey, and who were recruited through mechanical turk?
I filter out people who did not pay attention during the survey by asking questions with obvious answers – if people get ‘n’ number of them wrong, I exclude them from payment.

After I downloaded .csv from mechanical turk, I paste two columns at the end of the .csv the MTurk Id and a 1 or 0 next to the name, indicating whether they will be paid or not.
How can I write a function that will search through the two columns containing MTurk ID’s (the one that came in the .csv and the one that I pasted in) and then return whether the MTurk ID has a 1 or 0 next to it? his would make dis/approving so much easier.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T06:58:10+00:00Added an answer on June 5, 2026 at 6:58 am

    I assume you are using a spreadsheet program since you mention “Adding two columns”? Why don’t you just sort by the column with the one or zero in it to group the approved turk IDs together?

    Here is how to accomplish this with a vlookup:

    Assume you have your list of Turk IDs and the 1/0 approval code in columns A and B (A contains the Turk IDs and B contains a 1 or 0). Also assume you have the ID to test in column C and you are going to put the result of the vlookup test in column D:

      A - Turk ID     B - Approval     C - ID to test     D - Result
      -----------     ------------     --------------     ----------
    1 ABC12345        0                DEF46253
    2 ERF78878        1                HFH36251
    3 HFH36251        1                ERF78878
    4 DEF46253        0                ABC12345
    

    Set the formula of cell D1 to =VLOOKUP(C1,$A$1:$B$4,2,FALSE)

    Paste that into D2..D4 (obviously your list will be larger)

    It will find the Turk ID in Col A and fill in the corresponding Approval value in Col D.

    If you want to know what the arguments to the vlookup function are – the first is the value to look for (the ID you want to check), the second is the entire range of values to check (use the $’s in front of the cell references to make them absolute, so they don’t change when you paste the formula into new cells), the third is the column of that range to pull (column 2 of the range is the approval number), the last argument is FALSE which forces an exact match of ID to ID).

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Edit #2: Does anyone have a good method of testing the middle of a
Does anyone have a good and efficient extension method for finding if a sequence
Does anyone have some good information on the usage of the .SaveChanges() method? I
Does anyone have a good method for searching an entire database for a given
DOes anyone have any good information with regards to when to log, I was
Does anyone have a good VBA way (or perhaps there is an MS Word
Does anyone have a good way of deleting duplicate transactions (same date, amount, biller,
Does anyone have any good advice or experience on how to create an engine
Does anyone have a good Drupal upgrade strategy for an install that is in
Does anyone have any good samples, resources, pointers etc. for C# Silverlight with RIA

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.