Excel Ship Designer v2025.04.03

Thanks for the updates!

The only custom area in the stateroom tab is for multi environmental spaces.

So I was definitely not doing it correctly.

I fixed the tooltip, leftover from HG16.

Implemented a way to upgrade beds in your medbays to TL13-15 Autodocs. It will throw an error if you try to convert too many.
Since the medium stateroom takes up as much room as a medbay, and you've already done it, convert the room to a med bay, then you can upgrade to an autodoc. The refit rules allow it, and you'd just be retconning what you call it, right?

Working on allowing upgrading of the low berths in the Stateroom tab, then I'll release it.

Cool, this is good, and really quick work. I will only have to house rule one piece, the TL12 Scout stateroom they are using can only have one bed with a modified TL13 basic Autodoc in this space. This works well for my game.
 
Thanks for the updates!



So I was definitely not doing it correctly.



Cool, this is good, and really quick work. I will only have to house rule one piece, the TL12 Scout stateroom they are using can only have one bed with a modified TL13 basic Autodoc in this space. This works well for my game.
You don't even have to house rule it. Only buy one autodoc and that covers it. The two extra beds in a medbay aren't listed on the sheet after all.
 
Am I wrong, or should the formula in cell C6 of sheet 11-Staterooms be

Code:
=IF(C4=S2,SUM(D21:D30),SUM($'9b-Optional'.C92:C95,D21:D30))+IF(C3=S2,0,C7+(SUM(D15:D17)))

to get the desired result?

Though that may be something only required for Libre Office to work correctly, not sure, haven't used Excel since 2018.
 
Last edited:
Am I wrong, or should the formula in cell C6 of sheet 11-Staterooms be

Code:
=IF(C4=S2,SUM(D21:D30),SUM($'9b-Optional'.C92:C95,D21:D30))+IF(C3=S2,0,C7+(SUM(D15:D17)))

to get the desired result?

Though that may be something only required for Libre Office to work correctly, not sure, haven't used Excel since 2018.
You may be working off an old version.
D21 is common areas now.
'9b-Optional'. might be specific to Libre Office.
'9b-Optional'! is what I have to use. Hopefully, Libre Office automatically converts, because there are an awful lot of cross tab references.
 
You may be working off an old version.
D21 is common areas now.
'9b-Optional'. might be specific to Libre Office.
'9b-Optional'! is what I have to use. Hopefully, Libre Office automatically converts, because there are an awful lot of cross tab references.
Ship Designer Blank v2025.03.22.xlsx is the version I'm looking at. the first part with residentials was working fine, it was the second part for smallcraft cabins that was always returning 0
 
Back
Top