Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I basically have it round up and down to the nearest value and then check which of the rounded values returns a better profit depending on the input values.
Thanks for your thoughts on this. @The Watching Shadow
And yes, some functions just function differently or some dont even work at all comparing Excel, OpenOffice and Google Sheets, I just used google sheets for this one since its easier to share.
1) Line 30 (markup of 40%) has Chance entered in as 15%. This matches what's in LoddZee's guide (been referencing that one a lot too), but I noticed your screenshot instead has Chance i that line as 30%. How come it's different in your screenshot?
2) Regarding the coding/equation issues mentioned below, it's because the XLOOKUP function is only in the very latest Microsoft Office (not available in Excel 2019 or earlier). I presume the errors are due to the function not existing in OpenOffice either (they seem to be based on older Office from what I recall?).
4) I wasn't quite sure what you were doing with the ceiling/floor/xlookup nested lines but changed it to =(H5-(H5-ROUNDDOWN(H5,0)))+H2 instead where it's just subtracting off the change (the rounddown subtraction portion) and adding on whatever is input into the "round to the step of" line.
Now I wish there was a master list somewhere of the general market values and avg cost for all the items so I don't have to pull up the game to check the values... xD I know one of LoddZee's guides has range of market prices, but I don't think I saw anything for the avg cost line. I wonder if these avg costs are fixed, or do they fluctuate daily too?
*ponders crunching numbers to compare against what is in dotalversager's guide for optimal pricing*
I don't know much about OpenOffice, it could be that some of the formulas just don't exist or work different there.