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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!