DARKDRAGON1142
New Member
- Joined
- Aug 31, 2017
- Messages
- 2
so im working on a project to calculate items i need to reach a certain number. what i want is to be able to slect a drop down list to say be level 60-62 for the list. then have the 60-62 represent a number something different like 7,777. so basically when i select 60-62 that essentially stands for 7,777 and will be represented by my selection of 60-62.
is there a way to tie what i select from a drop down list to a secondary value that would be represented in the cell once its selected?
[TABLE="width: 487"]
<tbody>[TR]
[TD="width: 230"]item[/TD]
[TD="class: xl68, width: 76"]exp[/TD]
[TD="class: xl68, width: 74"]level range[/TD]
[TD="class: xl68, width: 95"]leves required
[/TD]
[/TR]
[TR]
[TD]1 Enchanted Koppranickel Ink[/TD]
[TD="align: right"]916164[/TD]
[TD]60-62[/TD]
[TD="class: xl67"]value
[/TD]
[/TR]
</tbody>[/TABLE]
where i want 60-62 to represent a number and be divided by the value under exp and the resulting number be represented under leves required.
is there a way to tie what i select from a drop down list to a secondary value that would be represented in the cell once its selected?
[TABLE="width: 487"]
<tbody>[TR]
[TD="width: 230"]item[/TD]
[TD="class: xl68, width: 76"]exp[/TD]
[TD="class: xl68, width: 74"]level range[/TD]
[TD="class: xl68, width: 95"]leves required
[/TD]
[/TR]
[TR]
[TD]1 Enchanted Koppranickel Ink[/TD]
[TD="align: right"]916164[/TD]
[TD]60-62[/TD]
[TD="class: xl67"]value
[/TD]
[/TR]
</tbody>[/TABLE]
where i want 60-62 to represent a number and be divided by the value under exp and the resulting number be represented under leves required.