lets say I want to calculate the value of a torch for example, and we'll say a low non-pally/sorc torch is about 5-10 Pgems, depending on overall low stats and class. If I said 5-10 and then tried to add
=sum(column id with 5-10*the column id of said torches I have) I get #VALUE!
(LibreOffice in this case and not excel, although I'm sure their formulas are similar.) <---- they were not.
I'm wondering if there's a way to make it say for example 10-20 if I had 2 of those types of torches.
Now that the breakdown is done I'll try to emulate what it looks like in my sheet.
D12 = Value of torch in Pgems in this example D12 would be [5-10]
E12 = Number of those types of torches I have so we'll say E12 would be [2]
F12 = the sum of multiplying E12 and D12 together, so F12 would be [=SUM(D12*E12)] Which spits out #VALUE!
This makes sense because trying to give it a range at least in this way might make the computer think 5 MINUS 10 which would be -5x2 for -10 but it's not sure if that's what I'm meaning to do.
My end goal is to have 5-10 change in another box to 10-20, 15-30, 20-40 for 2, 3, 4 respectively. Any Insight would be appreciated, idk if sum is the formula I want to be using or not.
Got it figured on both Excel and LibreOffice if someone else cares they are
in Excel it's =TEXTBEFORE(D12,"to")*E12&"-"&TEXTAFTER(D12,"to")*E12 changed the "-" into "to" because 5-10 would be may 10th -.-
in LibreOffice it's =LEFT(D12, SEARCH("-", D12)-1)*$E$12 & "-" & RIGHT(D12, SEARCH("-", D12))*$E$12
Now to find a way for range of numbers to combine with single set numbers.
![Smile :)](https://diablo2.io/images/smilies/icon_e_smile.gif)
Theoutrank
73