Darren_workforce
Board Regular
- Joined
- Oct 13, 2022
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
Excel Formula:
=ROUND(MIN(IF(AND(Jan!$B:$B>=$O$22,Jan!$C:$C>=$O$52),Jan!$A:$A,0)*Jan!$A:$A,0),0)
This is my latest attempt at a formula that doesn't appear to work. If I don't include the AND statement, I can get the data to populate just fine. But I need 2 conditions to be true. First, when searching Col B, the results need to be above whatever variable is entered into cell O22. Also, when searching Col C, we are looking for anything greater than the variable in O52.
I would like the lowest value in Col A to be generated based on the above 2 requirements. (EX: If O22=97% and O52=52, this would result in 23. What is wrong with the formula?
Agents | SVL | Shrink |
1 | 0.093207 | 31 |
2 | 0.257581 | 32 |
3 | 0.392158 | 33 |
4 | 0.502341 | 34 |
5 | 0.592551 | 35 |
6 | 0.666409 | 36 |
7 | 0.726879 | 37 |
8 | 0.776387 | 38 |
9 | 0.816921 | 39 |
10 | 0.850108 | 40 |
11 | 0.877279 | 41 |
12 | 0.899524 | 42 |
13 | 0.917737 | 43 |
14 | 0.932649 | 44 |
15 | 0.944858 | 45 |
16 | 0.954853 | 46 |
17 | 0.963037 | 47 |
18 | 0.969737 | 48 |
19 | 0.975223 | 49 |
20 | 0.979714 | 50 |
21 | 0.983391 | 51 |
22 | 0.986402 | 52 |
23 | 0.988867 | 53 |
24 | 0.990885 | 54 |
25 | 0.992537 | 55 |
26 | 0.99389 | 56 |
27 | 0.994998 | 57 |