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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!