Write value to specific cell in excel

Hi guys, I have created a temp excel for this like this


Now I want to write value to this specific column(C3) or wherever I find “No. of Student” in row. also want to update this month. also I want to know how I can write values under the column ‘Present’

Altogether should look like this

@susHI_Bae

Use Activities - Find/Replace Value to find “No. of Student”. This will return you the range from which you can get column.

Thanks,
Ashok :slight_smile:

Okay, understood.
I have read the template excel file, as it in a StudentDt, now I search for ‘No.of Student’, from which I get column, now what? how do write value to c3 column

@susHI_Bae,

For writing to a specific cell use Write Cell activity.

Thanks,
Ashok :slight_smile:

Hello @susHI_Bae

Have you tried using the LookUp Datatable activity?