Hi, I'm wanting to count the number of empty cells in a SharePoint list row.
eg a sharepoint list has 15 columns, how can I count:
- how many columns there are in total? (15)
- how many haven't been filled in? (say, 4)
- or, how many have been filled in? (say, 11)
is there a way of doing this?