N0t Y0urs
Board Regular
- Joined
- May 1, 2022
- Messages
- 96
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- MacOS
- Mobile
- Web
I am trying to create a formula that looks at results and levels and then calculates the sum of points.
So what I have posted is what I am trying to achieve is from this section of the table. If I update my results and my planned study units that it will calculate my levels/credit points so I can identify what subjects I need and when I will be complete.
I started with SUMIFS but it was totalling all my 100 level subjects, but the moment I added results into the equation it gave me an error. So I tried sum product with summits but then I got spill issues. Where did I go wrong? Are my blank fields causing my problems
Tristan Uni.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
AC | AD | AE | AF | AG | AH | |||
3 | ||||||||
4 | Completed | Doing | Proposed | |||||
5 | 144 Credit Points | 258 | 0 | 0 | ||||
6 | 100 | max 60 @ 100 level | ||||||
7 | 200 | min 36 @ 300 level | ||||||
8 | 400 | max 12 @ 400 level | ||||||
9 | ||||||||
Testing |
Cell Formulas | ||
---|---|---|
Range | Formula | |
AE5 | AE5 | =SUM(AI6:AI8) |
AF5 | AF5 | =SUM(AE6:AF8) |
AG5 | AG5 | =SUM(AE6:AG8) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
AF8:AG8,AI8 | Cell Value | >13 | text | NO |
AF6:AG6,AI6 | Cell Value | >61 | text | NO |
So what I have posted is what I am trying to achieve is from this section of the table. If I update my results and my planned study units that it will calculate my levels/credit points so I can identify what subjects I need and when I will be complete.
Tristan Uni.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | |||
2 | 2021 | 2022 | |||||||||||||
3 | Code | Level | Subject | CP | Master | T1 | T1 | T2 | T3 | ||||||
4 | ARTS301 | 300 | Research and Professional Practice | Prescribed | 6 | ||||||||||
5 | COMM101 | 100 | Screen Media | Core | 6 | Y | Dist | ||||||||
6 | COMM103 | 100 | Creative Industries | Core | 6 | Y | Enrol | ||||||||
7 | COMM301 | 300 | Film Techniques and Digital Effects | Media Culture | 6 | Y | HD | ||||||||
8 | COMM323 | 300 | Digital and Social Media | Media Culture | 6 | Y | |||||||||
9 | COMM325 | 300 | Television Studies | Media Culture | 6 | Y | Enrol | ||||||||
10 | COMM332 | 300 | News and Journalism | Media Culture | 6 | Y | Enrol | ||||||||
11 | COMM381 | 300 | The Art of Documentary | MC & WP | 6 | Y | |||||||||
12 | COMM382 | 300 | Hollywood Cinema | Media Culture | 6 | Y | HD | ||||||||
13 | COMM385 | 300 | Australian Screens | Media Culture | 6 | Y | |||||||||
14 | COMM387 | 300 | Screen Adapations: Rewriting the text | MC & WP | 6 | Y | |||||||||
15 | COMM389 | 300 | Human Rigts on Screen | Media Culture | 6 | Y | |||||||||
16 | INK101 | 100 | Indigenous Perspectives across Creative Industries | MC & WP | 6 | Y | |||||||||
17 | THEA321 | 300 | Writing for Performance: Stage and Screen | Writing and Publication | 6 | ||||||||||
18 | WORK300 | 300 | Work Integrated Learning - Professional Skills Development | Prescribed | 6 | ||||||||||
19 | WRIT101 | 100 | The Craft of Acamedic Writing | Core | 6 | Dist | |||||||||
20 | WRIT102 | 100 | Storytelling and Genre Writing | Core | 6 | ||||||||||
21 | WRIT303 | 300 | Writing for Reasearch | Prescribed | 6 | ||||||||||
22 | WRIT304 | 300 | Writing Short Fiction | Writing and Publication | 6 | ||||||||||
23 | WRIT306 | 300 | Writing for Work: Styles and Context | Writing and Publication | 6 | ||||||||||
24 | WRIT309 | 300 | Writing Creative Non-fiction | Writing and Publication | 6 | ||||||||||
25 | WRIT313 | 300 | Editing Skills and Standards | Writing and Publication | 6 | ||||||||||
26 | WRIT326 | 300 | Persuading the Public: Rhetoric in Public Affairs | Writing and Publication | 6 | ||||||||||
27 | WRIT327 | 300 | Magazines: Culture, Industry and Practices | MC & WP | 6 | ||||||||||
28 | WRIT329 | 300 | Publishing Practice | MC & WP | 6 | Dist | |||||||||
29 | |||||||||||||||
30 | COMM00H | 400 | Communications Honours | Honours | 48 | ||||||||||
31 | |||||||||||||||
32 | COMM501 | 500 | Film Techniques & Digital Effects | Masters | 6 | ||||||||||
33 | COMM523 | 500 | Digital and Social Media | Masters | 6 | ||||||||||
34 | COMM525 | 500 | Television Studies | Masters | 6 | ||||||||||
35 | COMM532 | 500 | News and Journalism | Masters | 6 | ||||||||||
36 | COOM581 | 500 | The Art of Documentary | Masters | 6 | ||||||||||
37 | COMM582 | 500 | Hollywood Cinema | Masters | 6 | ||||||||||
38 | COMM585 | 500 | Australian Screens | Masters | 6 | ||||||||||
39 | COMM587 | 500 | Screen Adaptions: Rewiriting the Text | Masters | 6 | ||||||||||
40 | COMM589 | 500 | Human Rights on Screen | Masters | 6 | ||||||||||
41 | WRIT503 | 500 | Writing for Research | Masters | 6 | ||||||||||
Testing |
I started with SUMIFS but it was totalling all my 100 level subjects, but the moment I added results into the equation it gave me an error. So I tried sum product with summits but then I got spill issues. Where did I go wrong? Are my blank fields causing my problems