I’m in the process of making student attendance sheet for the college I work. I have the following formula in sheet 2 column C of a workbook to populate the name of the student who got a first warning for attendance shortage in sheet 1.
=IF('Section 1'!AK10="First Warning",'Section 1'!C10,"")
Where AK column is the status column that shows warning and C has the names of students. Sheet 1 is renamed as Section 1.
I need an automatic timestamp in column D of sheet 2 as the column C gets populated automatically.
Could you please help?
Thanks
=IF('Section 1'!AK10="First Warning",'Section 1'!C10,"")
Where AK column is the status column that shows warning and C has the names of students. Sheet 1 is renamed as Section 1.
I need an automatic timestamp in column D of sheet 2 as the column C gets populated automatically.
Could you please help?
Thanks