On the final part of a spreadsheet I'm working on, I want to pull in data from the win/loss column only if it meets the criteria of a Tier 3 loss (Greater than -$3.01 but less than -$1.99). For the example below, the only one that should be pulled into a Tier 3 Loss is the -$2.64. I am trying to do an IF A7 is greater than -$3.01 but less than -$1.99, then A7 formula but can't quite nail it. Any suggestions?
Win/Loss | Tier 3 Loss |
-$2.00--$3.00 | |
1.96 | |
-0.87 | |
0.80 | |
-0.26 | |
-2.64 | |
2.05 | |
0.56 | |
0.52 | |
2.05 | |
3.00 |