Insert_Key
New Member
- Joined
- Jun 4, 2019
- Messages
- 16
- Office Version
- 2016
- Platform
- Windows
Hi there
I would love some help in figuring out how to report subtotals from an existing dataset that has been created by combining values from two separate lists.
List 1 - Category: Adoption, Process, People, Technology, Tools, and Location
List 2 - Impact: 0 - No impact, 1 - Extremely Low Impact, 2 - Low impact, 3 - Moderate impact, 4 - High impact, and 5 - Extremely high impact
My requirement is to report a sum of impact severity ratings:
· per category, e.g. “People”
· over three severity brackets (Low: 0&1, Medium: 2&3, and High: 4&5)
The number listed next to the impact description is its value, e.g 1 x Low Impact has a value of 2, 3 x High Impacts have a value of 12.
The complication that I’m struggling with is that the impact rating contains a mix of text as well as the numerical value, e.g. “0 – No impact”. I have used the formula =NUMBERVALUE(LEFT(Data!B2,1)) to extract the number and report it to a third column.
The formula =SUMIFS(Data!$C$2:$C$22,Data!$A$2:$A$22,“Technology”,Data!$C$2:$C$22,">=4") is providing me the expected value for the Technology category for High and Extremely High Impacts, used in conjunction with the previous formula but I’m desperately trying to find a solution that will do all working/calculating etc. in cell, rather than having additional steps in between the source data and a ‘dashboard’ view of the data.
Is it possible? No VBAs or macros allowed in my workplace.
Any help would be extremely gratefully received!
Thanks in advance,
Andrew
PS: Had some issues posting from work; hopefully haven't posted twice. For reference, a breakdown of my formula is below:
=SUMIFS(Data!$C$2:$C$22, [SUM range]
Data!$A$2:$A$22, [Criteria 1 range] Column A – “Categories”
M16, [Criteria 1] Name of Category – e.g. “Technology”
Data!$C$2:$C$22, [Criteria 2 range] Column C – Numbers extracted from column B
">=4") [Criteria 2] Impact rating of 4 and/ or 5
I would love some help in figuring out how to report subtotals from an existing dataset that has been created by combining values from two separate lists.
List 1 - Category: Adoption, Process, People, Technology, Tools, and Location
List 2 - Impact: 0 - No impact, 1 - Extremely Low Impact, 2 - Low impact, 3 - Moderate impact, 4 - High impact, and 5 - Extremely high impact
My requirement is to report a sum of impact severity ratings:
· per category, e.g. “People”
· over three severity brackets (Low: 0&1, Medium: 2&3, and High: 4&5)
The number listed next to the impact description is its value, e.g 1 x Low Impact has a value of 2, 3 x High Impacts have a value of 12.
The complication that I’m struggling with is that the impact rating contains a mix of text as well as the numerical value, e.g. “0 – No impact”. I have used the formula =NUMBERVALUE(LEFT(Data!B2,1)) to extract the number and report it to a third column.
The formula =SUMIFS(Data!$C$2:$C$22,Data!$A$2:$A$22,“Technology”,Data!$C$2:$C$22,">=4") is providing me the expected value for the Technology category for High and Extremely High Impacts, used in conjunction with the previous formula but I’m desperately trying to find a solution that will do all working/calculating etc. in cell, rather than having additional steps in between the source data and a ‘dashboard’ view of the data.
Is it possible? No VBAs or macros allowed in my workplace.
Any help would be extremely gratefully received!
Thanks in advance,
Andrew
PS: Had some issues posting from work; hopefully haven't posted twice. For reference, a breakdown of my formula is below:
=SUMIFS(Data!$C$2:$C$22, [SUM range]
Data!$A$2:$A$22, [Criteria 1 range] Column A – “Categories”
M16, [Criteria 1] Name of Category – e.g. “Technology”
Data!$C$2:$C$22, [Criteria 2 range] Column C – Numbers extracted from column B
">=4") [Criteria 2] Impact rating of 4 and/ or 5