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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 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!