ExcelOrama
New Member
- Joined
- Nov 11, 2017
- Messages
- 4
Howdy...Looking for tips to achieve multiple sums.
I have a list of criteria along with scores assigned to each criterion, which will be used in drop-down lists in another sheet.
[TABLE="width: 1106"]
<colgroup><col><col><col span="7"></colgroup><tbody>[TR]
[TD="colspan: 3"][TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Txt 1 for criterion 1
[/TD]
[TD]Text 2 for criterion 1
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 3 for criterion 1
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 1 for criterion 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 2 for criterion 2
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 3 for criterion 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="colspan: 3"][/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD]When users select each of the criterion in a separate sheet as provided by drop-down lists, I need to tally up the values as affiliated with each criterion. For instance, when user selects Txt 3 for criterion 1 along with Txt 2 for criterion 2 from the drop-downs, total value should add up to 5.
Any helpful suggestions are appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]List of Criteria
[/TD]
[TD]Total Value
[/TD]
[/TR]
[TR]
[TD]Txt 3 for criterion 1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Txt 2 for criterion 2
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
I have a list of criteria along with scores assigned to each criterion, which will be used in drop-down lists in another sheet.
[TABLE="width: 1106"]
<colgroup><col><col><col span="7"></colgroup><tbody>[TR]
[TD="colspan: 3"][TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Txt 1 for criterion 1
[/TD]
[TD]Text 2 for criterion 1
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 3 for criterion 1
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 1 for criterion 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 2 for criterion 2
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 121"]
<colgroup><col width="121"></colgroup><tbody>[TR]
[TD="class: xl65, width: 121"]Txt 3 for criterion 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]3
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="colspan: 3"][/TD]
[TD="colspan: 3"][/TD]
[/TR]
[TR]
[TD]When users select each of the criterion in a separate sheet as provided by drop-down lists, I need to tally up the values as affiliated with each criterion. For instance, when user selects Txt 3 for criterion 1 along with Txt 2 for criterion 2 from the drop-downs, total value should add up to 5.
Any helpful suggestions are appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]List of Criteria
[/TD]
[TD]Total Value
[/TD]
[/TR]
[TR]
[TD]Txt 3 for criterion 1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Txt 2 for criterion 2
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]