Hi All,
I think/hope this is the last help I need with the formulas (considering I've been working on this for a while now, lol)...
With the sample I have attached:
21J008 tab (page 1) (I highlighted it in green) the person will input in the weight under the columns D or J respectively.
It will auto populate below on page 2 Column F52:F90 (I highlighted it green) , there I have columns with percentages 11%-22% columns J-N respectively.
What I need the formula to do is:
With the inputted weight calculate which percentage its closer to and color the cell depending on if its 11% (one color), 15 & 18% (2nd color), 20% (3rd color), and 22% (4th color)
-Optional bonus if you can get the Column F,G,H,I 52:90 to highlight a neutral (5th color) if the number is greater than 0 in Column F52:F90.
Thank you for any help I can get. I am just so amazed how helpful and wonderful everyone is in this forum...
PS if I didn't do the upload mini sheet right, please let me know
Thank you
I think/hope this is the last help I need with the formulas (considering I've been working on this for a while now, lol)...
With the sample I have attached:
21J008 tab (page 1) (I highlighted it in green) the person will input in the weight under the columns D or J respectively.
It will auto populate below on page 2 Column F52:F90 (I highlighted it green) , there I have columns with percentages 11%-22% columns J-N respectively.
What I need the formula to do is:
With the inputted weight calculate which percentage its closer to and color the cell depending on if its 11% (one color), 15 & 18% (2nd color), 20% (3rd color), and 22% (4th color)
-Optional bonus if you can get the Column F,G,H,I 52:90 to highlight a neutral (5th color) if the number is greater than 0 in Column F52:F90.
Thank you for any help I can get. I am just so amazed how helpful and wonderful everyone is in this forum...
PS if I didn't do the upload mini sheet right, please let me know
Thank you
Cell Formulas | ||
---|---|---|
Range | Formula | |
F24 | F24 | =DATA!U5 |
G24 | G24 | =DATA!S5 |
B24 | B24 | =H5+1 |
G53:G81,H25:H44,B25:B44 | B25 | =B24+1 |
H24 | H24 | =B44+1 |
C47 | C47 | =D3 |
G47 | G47 | =D4 |
K47 | K47 | =C5 |
G52 | G52 | =H3 |
J52 | J52 | =IF(DATA!O5=0,DATA!P5,DATA!O5) |
K52 | K52 | =J52 |
L52 | L52 | =J52 |
M52 | M52 | =J52 |
N52 | N52 | =J52 |
J53:J62 | J53 | =J52-((J52*0.11)/D$59) |
K53:K81 | K53 | =K52-((K52*0.15)/D$59) |
L53:L81 | L53 | =L52-((L52*0.18)/D$59) |
M53:M81 | M53 | =M52-((M52*0.2)/D$59) |
N53:N81 | N53 | =N52-((N52*0.22)/D$59) |
J63 | J63 | =J62-((J62*0.11)/D59) |
J64 | J64 | =J63-((J63*0.11)/D59) |
J65 | J65 | =J64-((J64*0.11)/D59) |
J66 | J66 | =J65-((J65*0.11)/D59) |
J67 | J67 | =J66-((J66*0.11)/D59) |
J68 | J68 | =J67-((J67*0.11)/D59) |
J69 | J69 | =J68-((J68*0.11)/D59) |
J70 | J70 | =J69-((J69*0.11)/D59) |
J71 | J71 | =J70-((J70*0.11)/D59) |
J72 | J72 | =J71-((J71*0.11)/D59) |
J73 | J73 | =J72-((J72*0.11)/D59) |
J74 | J74 | =J73-((J73*0.11)/D59) |
J75 | J75 | =J74-((J74*0.11)/D59) |
J76 | J76 | =J75-((J75*0.11)/D59) |
J77 | J77 | =J76-((J76*0.11)/D59) |
J78 | J78 | =J77-((J77*0.11)/D59) |
J79 | J79 | =J78-((J78*0.11)/D59) |
J80 | J80 | =J79-((J79*0.11)/D59) |
J81 | J81 | =J80-((J80*0.11)/D59) |
F53:F73 | F53 | =D24 |
F74:F81 | F74 | =J24 |
D51:D54 | D51 | =H3 |
D56 | D56 | =H7 |
D59,D61 | D59 | =D13 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C24:C44 | Expression | =AND(C24>=$D$13,C24<=$D$15) | text | NO |
I24:I44 | Expression | =AND(I24>=$D$13,I24<=$D$15) | text | NO |