You would just need to create a formula field that uses the COUNTA
function.
So, if you have 3 fields/columns that you want to count that are named “Column 1”, “Column 2”, and “Column 3”, your formula would look like this:
COUNTA({Column 1},{Column 2},{Column 3})
Use that formula for your “Current” field.
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question. If not, please let me know what else you need help with!
You would just need to create a formula field that uses the COUNTA
function.
So, if you have 3 fields/columns that you want to count that are named “Column 1”, “Column 2”, and “Column 3”, your formula would look like this:
COUNTA({Column 1},{Column 2},{Column 3})
Use that formula for your “Current” field.
Hope this helps! If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question. If not, please let me know what else you need help with!
Solution
Solution
Haha, thanks! Do you happen to see a little solution checkbox at the bottom of my previous post? That’s what I was referring to. It should give you the ability to check that checkbox.