How to update excel status as pending or done based on excel cell details?

Thank you for your immediate response.

String.IsNullOrEmpty(Row(“ColumnName”).ToString)

String.IsNullOrWhiteSpace(Row(“ColumnName”).ToString)

These 2 conditions are working correctly.

Could you please help me with any document/link to learn such type of logic building.