eramirez148
Board Regular
- Joined
- Aug 17, 2022
- Messages
- 66
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- Platform
- Windows
- MacOS
How can I get the following results in column C and Column D
Column C = if column B hits 100% then the results in column C should say "yes" other wise empty cell
Column D = should create a percentage based on how many items hit 100% in column A. I have three products in column A product 1,2 and 3. If 2 out of three hit 100% then the return in column D should be 67%
Column C = if column B hits 100% then the results in column C should say "yes" other wise empty cell
Column D = should create a percentage based on how many items hit 100% in column A. I have three products in column A product 1,2 and 3. If 2 out of three hit 100% then the return in column D should be 67%
Column A | Column B | Column C | Column D |
Product 1 | 10% | ||
Product 1 | 20% | ||
Product 1 | 30% | ||
Product 1 | 40% | ||
Product 1 | 50% | ||
Product 1 | 60% | ||
Product 2 | 50% | ||
Product 2 | 60% | ||
Product 2 | 70% | ||
Product 2 | 80% | ||
Product 2 | 90% | ||
Product 2 | 100% | Yes | 67% |
Product 2 | 110% | ||
Product 2 | 120% | ||
Product 3 | 50% | ||
Product 3 | 60% | ||
Product 3 | 70% | ||
Product 3 | 100% | Yes | 67% |