I have a spreadsheet, and I have some formatting which is done to remove text lines after a certain point, etc.
Anyway I want a test to count how many rows start with a cell that contains a number. This is to be used as a control so as to compare the number before and after the program is run, and throw an error if they don't match up.
All rows with a number in column A will be kept.
Here's the catch - it's from a CSV file initially, and the numbers are stored as text.
Any test I can do?
Anyway I want a test to count how many rows start with a cell that contains a number. This is to be used as a control so as to compare the number before and after the program is run, and throw an error if they don't match up.
All rows with a number in column A will be kept.
Here's the catch - it's from a CSV file initially, and the numbers are stored as text.
Any test I can do?