Managed to get it working.
I had to Install the Mac operating system first, then partition for Windows, Linux, and my storage partition after the installation using Disk Utility on the Mac desktop, insert the Linux installer USB, reboot into the Ubuntu installer, format the Linux partition to Ext4, set the bootloader location to root or “/”, install Ubuntu from there, reboot back into the Ubuntu installer USB after it had completed installing, open Terminal, (Here’s where I needed to know what to do) enter the following:
gdisk /dev/sdX
X = the drive letter that has the operating systems installed. For me, this was, “a”, so, “gdisk /dev/sda”.
r
p
h
Y
Y = the number of the Windows partition obtained from the previous command. For me this was, “4”.
y
Enter key/Leave blank
n
n
w
y
then, power of the system, remove the Ubuntu installer USB, insert the Windows installer USB, turn on the system, boot into the Windows installer USB, select a custom install, select the dedicated space for the Windows partition, and delete it, select the new space for the Windows partition, and select the Next button. From there, it was pretty straight forwards.
This guide is what made things work. Specifically the gdisk Terminal entries. I don’t remember needing to enter these, but it does work, and it’s what made it work.