ColdplayCoaster
New Member
- Joined
- Mar 5, 2011
- Messages
- 31
Greetings all,
I am stuck in a quandary and could use some assistance. I have values being calculated and would like to find the value based on my seniority.
The lowest daily value days should give the highest percentage, but currently it's backwards. Any time I change it, it messes up if values are less than others.
"My Seniority" = a number that could be greater/less than the daily value
"Daily Value" = a positive number, no more than the "Total" value
"Multiplier" = this is simply a qualifier to determine if a day should calculate or not.
I am stuck in a quandary and could use some assistance. I have values being calculated and would like to find the value based on my seniority.
The lowest daily value days should give the highest percentage, but currently it's backwards. Any time I change it, it messes up if values are less than others.
"My Seniority" = a number that could be greater/less than the daily value
"Daily Value" = a positive number, no more than the "Total" value
"Multiplier" = this is simply a qualifier to determine if a day should calculate or not.
AA Tracker.xlsx | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | |||
1 | APRIL | SUN | MON | TUE | WED | THU | FRI | SAT | |||||||||||||||||||||||||||
2 | TOTAL RESERVES | Mar 28 | 0 | Mar 29 | 0 | Mar 30 | 0 | Mar 31 | 0 | Apr 01 | 1 | Apr 02 | 1 | Apr 03 | 1 | ||||||||||||||||||||
3 | 871 | 637 | 676 | 732 | |||||||||||||||||||||||||||||||
4 | 0.00% | 0.00% | 0.00% | 0.00% | 82.10% | 77.37% | 71.45% | ||||||||||||||||||||||||||||
5 | MY SENIORITY | Apr 04 | 1 | Apr 05 | 1 | Apr 06 | 1 | Apr 07 | 1 | Apr 08 | 1 | Apr 09 | 1 | Apr 10 | 1 | ||||||||||||||||||||
6 | 523 | 741 | 625 | 407 | 367 | 376 | 525 | 670 | |||||||||||||||||||||||||||
7 | 70.58% | 83.68% | 71.50% | 57.49% | 60.90% | 99.62% | 78.06% | ||||||||||||||||||||||||||||
8 | JUNIOR TO ME | Apr 11 | 1 | Apr 12 | 1 | Apr 13 | 1 | Apr 14 | 1 | Apr 15 | 1 | Apr 16 | 1 | Apr 17 | 1 | ||||||||||||||||||||
9 | 348 | 664 | 580 | 385 | 343 | 423 | 551 | 612 | |||||||||||||||||||||||||||
10 | 78.77% | 90.17% | 64.16% | 47.52% | 76.36% | 94.92% | 85.46% | ||||||||||||||||||||||||||||
11 | % SENIORITY | Apr 18 | 1 | Apr 19 | 1 | Apr 20 | 1 | Apr 21 | 1 | Apr 22 | 1 | Apr 23 | 1 | Apr 24 | 1 | ||||||||||||||||||||
12 | 60.05% | 626 | 495 | 393 | 370 | 408 | 470 | 600 | |||||||||||||||||||||||||||
13 | 83.55% | 94.34% | 66.92% | 58.65% | 71.81% | 88.72% | 87.17% | ||||||||||||||||||||||||||||
14 | TOTAL BIDDERS | Apr 25 | 1 | Apr 26 | 0 | Apr 27 | 0 | Apr 28 | 0 | Apr 29 | 1 | Apr 30 | 1 | May 01 | 1 | ||||||||||||||||||||
15 | 4,623 | 579 | 431 | 409 | 448 | 448 | 480 | 560 | |||||||||||||||||||||||||||
16 | 90.33% | 100.00% | 100.00% | 100.00% | 83.26% | 91.04% | 93.39% | ||||||||||||||||||||||||||||
17 | TARGETED LINE | May 02 | 0 | May 03 | 0 | May 04 | 0 | May 05 | 0 | May 06 | 0 | May 07 | 0 | May 08 | 0 | ||||||||||||||||||||
18 | 3,752 | ||||||||||||||||||||||||||||||||||
19 | 0.00% | 0.00% | 0.00% | 0.00% | 0.00% | 0.00% | 0.00% | ||||||||||||||||||||||||||||
RSV Bid Strategy |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J2,AD17,Z17,V17,R17,N17,J17,AD14,Z14,V14,R14,N14,J14,AD11,Z11,V11,R11,N11,J11,AD8,Z8,V8,R8,N8,J8,AD5,Z5,V5,R5,N5,J5,AD2,Z2,V2,R2,N2 | J2 | =F2+1 |
F4,AD19,Z19,V19,R19,N19,J19,F19,AD16,Z16,V16,R16,N16,J16,F16,AD13,Z13,V13,R13,N13,J13,F13,AD10,Z10,V10,R10,N10,J10,F10,AD7,Z7,V7,R7,N7,J7,F7,AD4,Z4,V4,R4,N4,J4 | F4 | =IFERROR(1-IF(I2=2,1,(IF(F3,(IF($A$6<=F3,(((F3-$A$6)/F3)*I2),(($A$6-F3)/F3)*I2)),""))),0) |
F5,F17,F14,F11,F8 | F5 | =AD2+1 |
A9 | A9 | =A3-A6 |
A12 | A12 | =A6/A3 |
A18 | A18 | =A15-A3 |