Hello bluekieran,
bluekieran said:
snrdg121408 said:
Since I do not have access to Google Docs I tried converting the work into MS Excel and OpenOffice Calc.
The conversion to Excel found and deleted three items that were not compatible and I'm trying to figure out why.
OpenOffice Calc is not playing well with the "regexmatch" found in Main Cells D52, G52, H52 and Data B86, B88 returning the errors #Name and #N/A. Other than not liking "regexmatch" Calc appears to run just fine, now if I can figure out what Calc has that does the function of "regexmatch" I'll be able to play with the spreadsheet better.
I'm glad you like the sheet!
I can probably swap all the RegExMatch's out for similar functions that might be a little more cross-platform; I'm just using them to search for substrings, but my spreadsheet skills weren't up to much when I started this so a lot of the tricks I've used are google hits. I'll take a look later on and see whether Find(), Search() o something else would suit.
Let me know if you figure out what Excel is throwing out.
I tackled OpenOffice and the solution I came down to using is =IF(B47="Core";"-";(100000*$Data.B78)). I'm going to try build the design I was working on using CRB 1e and HG 1e back on 2/8/09.
I'll check back with the items MS Excel Converter does not play well with shortly.
Update for MS Excel 0809 PST
Excel reported the the following items were unreadable content and removed:
Formula /xl/worksheets/sheet1.xml part
Shared Formula /xl/worksheets/sheet1.xml part
Formula /xl/worksheets/sheet2.xml part
The use of regexmatch for the computer had the same result as in OpenOffice Calc.
Excel does not like the formula of =IF(B100>0,12,"")+VLOOKUP(I100,Data!$A$176:$D$182,2,FALSE) for the weapons TL however changing the formula to =IF(B100>0,12+VLOOKUP(I100,Data!$A$176:$D$182,2,FALSE),"") does appear to fix the issue.
Another update to follow since I'm working on the TL issue.
Update 0901 PST
I found two more items that I corrected in Excel:
Folding Drive Data: =ROUNDUP((Main!B2/100)*(IF(Main!B256="No",0,Main!B256*2.5)),0)
Recommended Crew: Excel Error Check indicates that the numbers for Engineer; Maintenance; Medic; Gunner; Stewards; Administrators; and Officer are stored as text. To convert the text to numbers clicking on the flag and click covert to numbers fixes the issue.
I'm keeping my fingers crossed that I've got both OpenOffice Calc and MS Excel fixed, unfortunately more testing will have to wait until after an appointment.