Forum Discussion
Devildez_1994
Sep 21, 2019Copper Contributor
Calculated column from 7 Yes/No
Hi everybody, I recently tried to use the calculated columns from SharePoint (first time trying) and I can't pull off what I need. Basically, I have 7 Yes/No controls and I simply want to create ...
- Sep 23, 2019
Devildez_1994 Use the + operator to add up each column, and if the total is 7 then set your text. Here is a post I made last week where someone had the same issue:
Rachel_Davis
Sep 23, 2019Iron Contributor
I assume you've tried building this out one field at a time rather than all 7 at once, right? Do one, make sure that works. Add another. Make sure that works, etc.
Also, note that in SharePoint, while the Yes/No column reads text, the values stored are actually numbers. So when you do the calc, make sure you use numbers. I think Yes =1 and No = 0.