Formula Help - 2 columns and % Calculation
swhitfield
✭✭
I am trying to give a percentage based on how 2 columns read. Column PassFailA and Column PassFailB. If both show Pass 100%, If A is Pass B is Fail or Vise Versa 50% and if both Fail 25%
I think this will work, but will take any advice if there is a different way:
=IF(AND([pass1]31 = "pass", [pass2]31 = "pass"), 1, IF(AND([pass1]31 = "fail", [pass2]31 = "Fail"), 0.25, 0.5))
Tags:
Comments
-
=25 * COUNTIF(PassFailA1:PassFailB1, "Pass") + IF(COUNTIF(PassFailA1:PassFailB1, "Pass") = 2, 50, 25)
-
=25 * COUNTIF(PassFailA1:PassFailB1, "Pass") + IF(COUNTIF(PassFailA1:PassFailB1, "Pass") = 2, 50, 25)
-
=25 * COUNTIF(PassFailA1:PassFailB1, "Pass") + IF(COUNTIF(PassFailA1:PassFailB1, "Pass") = 2, 50, 25)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!