How can I check for empty cells in an excel sheet that does not have the usual Table format?
I have an excel file that instead of columns it comes in a “row format”, being the first column the names of each row.
I need to identify the empty cells (Cells C7 and E8) in rows 6 to 9.
How can this be done? What should be the logic behind if it is not a table format? output.xlsx (8.5 KB)
Sorry but I do not get how can I apply that format to my problem. I understand the format, the problem is that there are no column names, if you check the output.xlsx file you will see that the format is not a table format, hence the issue.