How to count the number of fields in a column with date entries?
Good day!
I have a fillable PDF containing a table with a date column.
Assuming the field names of the dates with the format (mm/dd/yyyy) in the column are:
F01001c
F01002c
F01003c
F01004c
F01005c
to
F010nnc where 'nn' is the row number of the last date.
The field name of the total count field is FTOTAL which is located in the last row of the column.
I wish to count the number of date fields with entries. In other words, if F01002c, F01004c, F01005c, F01014c, and F01021c are with dates, the count should be 5.
Any help is highly appreciated. Thank you.