I have a huge dataset with lots of collumns and lots of rows.
What I`m trying to do is find count of empty values in every row.
I would know how to get this if that was columns, however, I am strugling with rows...
Data sample:
Required result:
Solved! Go to Solution.
You beat me to it...right when I was getting ready to post! And the funny thing is your diagram looks EXACTLY like mine!
Hello! I am not sure how many columns you are using but using your example, I believe I have found a quick fix using the Multi-Field Tool.
In the attached workflow I just selected all of the fields we wanted to check for blank values and then added an IF statement returning 1 and 0 in a new column for all of the columns selected. We later sum them.
I hope that helps.