Hi all,
I have a attendance responses Excel File call “Attendance Responses” and I use ‘Read Range Workbook’ to read the data from “Attendance Responses”. There are two data inside the Excel File call “Full Name” and “Attendance Status” and I want to key in the data “Attendance Status” into another Excel File call “Attendance Submission”.
Moreover, the Excel File “Attendance Submission” have a column to key in the “Attendance Status” simply call ‘Attendance’ and a name list call “Name”, and I also use ‘Read Range Workbook’ to read the data, so if “Full Name” contains “Name”, then will key in the “Attendance Status”, else will be “ABS”. The ‘Read Range Workbook’ not allow open the Excel file so I use ‘Write Range Workbook’ activity to write the “Attendance Status” but it just write the “Name” into the column ‘Attendance’.(See the attached screenshot below).
Appreciate if somebody can help me !