applescript to compare cell values and then place the value of one cell into another
问题 in a numbers app table i have the following data A B C D user_id login user_id login 2039 Abbott, Rachael Adams, Sue 110 Abbott, Shelby Adamson, Wendy 2910 Abraham, Binu Anderson, Daryl 121 Adams, Sue 122 Adamson, Anne 126 Adamson, Wendy i am trying to write an applescript that will... iterate down logins in column D to find a matching login in column B take the value of the user_id in column A at the row where the match was found and place it into column C in the same row as the entry in