Automated 40K Crusade Roster (2024)

I honestly started this quixotic endeavour with the intention of making a simple spreadsheet to track my Crusade tallies. I'd never written an IF function in a spreadsheet before. I didn't even know IF functions were a thing in Google Sheets. Neitherhad I considered making something that could be used to make army lists in seconds via some tick boxes.

Sometimes, feature creep bears unexpected fruit.

Today's post is intended as a useful resource for anyone using the Crusade Rules in 9th edition 40K (edit: and now 10th edition), but honestly, I think it's pretty useful for anyone who regularly changes their list between games (edit: and who wants a single place for their army/detachment/unit rules).

Automated 40K Crusade Roster (1)

What is it?

It's a digital version of the army roster for Warhammer 40,000 Crusade. It has been designed to suit tracking your Crusade force on your mobile phone using Google Sheets, so the sheets are formatted to be easily navigable on a small screen rather than a PC. Because it's a Google Sheet, you can update it on either your computer or your phone, and any changes you make will update across those platforms.

There is a sheet called 'Order of Battle' that has various automated cells that calculate things like points, supply usage, crusade points, and so on. There is also a template sheet you can copy and then fill out to store information like individual units' experience, abilities, combat tallies, enhancements, and so on. When you have entered the details for your individual units, you can use the tick boxes on the Order of Battle sheet to quickly tot up the value of the force you want to use for the next game.

Why did you make this?

Originally, because I was unaware of any resource that does this in a phone-friendly manner. Once I'd gotten things like the tick boxes working, it seemed silly to have put all that effort in and then not make it available for other people.

Since then, Goonhammer have acquired and enhanced Administratum, and in many ways it's superior to this roster. But because it's an app, it won't let you customise it to the same extent, and I personally want my roster to serve as a one stop shop to reference all my army, detachment and unit rules. If you're playing in a large, organised campaign and/or would prefer lower effort and higher automation, then Administratum will suit you better. This sheet is for people who prefer higher customisation in exchange for a bit more effort.

Who helped?

I couldn't have made this without the assistance of Tom(occasional Bunker contributor and actual programmer). He pointed me in the direction of the formulas I needed to make this work, and badgered me about keeping the formulas consistent and tidy. Regular Bunker author Andy also made some good suggestions for further refinements, and even embarked on a crazed quest to code some scripts that would automate even more stuff, but ultimately they proved too crunchy for poor ol' Google Sheets.

Thanks also to the other Bunker dwellers, as well as the Independent Characters podcast community who provided excellent feedback.

How do I use it?

First thing's first: click this link to go to the sheet, or click the image below.

Automated 40K Crusade Roster (2)
The Order of Battle sheet
Automated 40K Crusade Roster (3)
Blank unit card

Automated 40K Crusade Roster (4)
Blank detachment rules reference card

There is a Readme sheet that provides instructions, but I'll repeat them here:

PC Users Access

You will not be able to edit the sheet until you go to File > make a copyto create a version of it on your own Google Drive account.

Phone and Tablet Access

Open this sheet, then go to Google Drive and find it in 'shared with me'. Use Drive to make a new copy - you can now edit that!

Initial setup

1. It's probably best to do the other initial setup on a PC rather than your phone. That way it'll be much easier to change the colours, fonts and pretty much anything else you want to change.

2. Once you've formatted the tabs to your satisfaction, duplicate the Unit Sheet Template for each of your units, and fill in their details. Rename the tab with their unit name, e.g. "Squad Gaius".

3. Type each unit sheet name into your Order of Battle. Its points value this will automatically update in the Order of Battle sheet. If you type it incorrectly, the values will instead display as #REF.

4. I strongly recommend that you turn each unit name in your Order of Battle into a hyperlink to each unit's sheet. That way you won't have to scroll through loads of sheets. Use CTRL+K to create a hyperlink, then choose the appropriate sheet name.

5. Prior to a game, click/press the tick boxes in the Order of Battle sheet to quickly add up your Points and Crusade Points.

6. Use your phone to update your units' tallies during your games.

Changing sheet names & troubleshooting

If you rename a unit's sheet, you will also need to update the appropriate Crusade Card/Sheet Name field in the Order of Battle sheet. Google Sheets seems to be less buggy if you rename the unit sheet first, then update the name in the Order of Battle sheet.

If you get the above steps and still get a #REF error in the formulae, delete its sheet name from the Order of Battle. Then, enter the sheet name again - that should force a refresh and clear the problem.

If you end up having more than 20 units, add some rows to the bottom of the Order of Battle sheet, merge whatever cells you need to merge, then extrapolate the formulae down.

(If you're not sure what I mean by that,extrapolation is when you click on the cell with the formula, then mouse over the little square in the bottom right of the cell so that the cursor becomes a +, then click and drag down into the new cell.)

It's also worth noting that if you want to de-clutter your Order of Battle, you can just delete the unit name and that line will go blank.

Spotting and removing the hints & tips

There are various hints and tips throughout the sheet, denoted by a little black triangle in the top right of a cell. If you wish to view a tip, just mouse over the cell. To remove a tip just mouse over it, then drag select and delete the text.

Visually customising your roster & units

One of the gamers in our group, Harvey, suggested it would be cool if there was space to add an image of each unit on its card. Obviously this will bloat your filesize, which is something to consider when accessing it with mobile data, but I've added an empty cell at the top of each tab. There are instructions in that box on how to add an image.

Automated 40K Crusade Roster (5)

For myself, I made a template in Photoshop and painted a little metallic frame as a template, then took pretty pictures of my units. Restraint is just something that happens to other people.

Automated 40K Crusade Roster (6)
A selection of the unit icons on my roster (also used in their associated wiki page)

Here's a screengrab of my own roster. I've chosen to keep the giant supply limit I'd built up through 9th edition, but haven't yet decided which if any battle honours I'll keep - I need my copy of Leviathan to turn up first!

Automated 40K Crusade Roster (7)

You'll note I've got an extra cell on the Order of Battle sheet shown above. The one where I've put the unit type next to the name. This let me keep the actual sheet names short for easier scrolling on my phone (the sheet names being the first column). I figured it'd be easier for me to parse my ridiculous Roman names if I also had the unit type displayed. If you want the same format, all you have to do is to unmerge the Sheet Name cell, then re-merge the cells as preferred. You can type anything in that second column, as it's not used in any formulae - only Column A is referenced by the formulae, and as long as what you write in Column A is a perfect match for the name of a sheet in the document, the formula will work.

Final Thoughts & Feedback

Hopefully this is of use; obviously you'll still need to manually enter all your units' points in their unit cards, and update those whenever GW put out any changes. As I write this updated version of the post at the dawn of 10th edition, you can copy and paste rules straight from the official PDF indexes (just be sure to paste without formatting; that's CTRL+SHIFT+V in Chrome).

If this roster is beneficial, or something didn't make sense, or if there are changes you'd like to suggest, leave a comment on this post and let me know!

Version 1_2

23rd October 2020

The unit cards were updated to automatically display the unit's rank based on their total XP. If you want to incorporate this feature into an existing roster, just open the sheet linked above and copy/paste the unit rank formula into your unit cards.

Version 1_3

1st February 2021

Several new features this time, several of which were suggested by extremely helpful reader Jonathan (@jjarcher89 on Instagram). He suggested some changes to the unit card tallies section and the addition of a requisition log.

The Requisition Log

The requisition log was a great idea, so that was a no brainer. It's just so much easier being able to track where your requisition points went, and much easier to figure out if you screwed up. I simplified Jonathan's design somewhat, as I realised this was also a good place to store a minimalist campaign diary... so if you hate it, blame me not him!

Automated unit XP calculation

With the unit tallies, I had faithfully reproduced GW's original design but it turns out this omits things the rules explicitly tell you to track, such as the number of times a unit is marked for greatness. Jonathan made some clever refinements here, separating out the agenda and unit kill tallies, and adding a function to auto-calculate the unit's total XP. This made cunning use of a FLOOR function to ensure that when you divide the total unit kills by 3, the total always rounds down and returns a whole number - meaning it displays the correct amount of XP. What I'm trying to say here is that in technical terms, I invite you to join me in offering Jonathan an approving golf clap.

I've reformatted Jonathan's work somewhat to save visual space and reduce the amount of numbers on screen, but the bulk of the credit is his. I've also added pop-up explanatory notes to various cells; hopefully they're helpful and unobtrusive.

Semi-Automated Agendas

This section edited on 17th April 2021

The final big change I made was to Agendas. I realised it'd be useful if this was more automated, particularly since the Agenda XP calculation is a little laborious since different Agendas provide different amounts of XP, and you don't want to have to copy that information over onto each unit card every time you play a battle.

I've gotten around this by having a new sheet in which you enter your Agendas when you start a battle, and say how much XP each tally is worth. All the unit sheets then automatically update with that information, so all you have to do is update each unit's tally as you play - the sheet will then auto-calculate the total XP the unit gets from Agendas for that battle.

This is far from perfect, however, and needs some caution to use accurately.

If you choose one of the agendas that is less linear, e.g. do the MacGuffin action 3 times to gain 2XP, the sheet won't handle that accurately. It'll still replicate the text and let you enter a tally, but obviously it'll output the wrong number since those agendas use different maths. Therefore, it's probably simplest to keep the tally like normal, then at the end of the game, temporarily delete that agenda's tally so you can see how much XP you got from the other agendas before manually adding in whatever you got for the more complex one.

In theory one could replace all the typing and manual stuff with a drop-down menu of all the agendas in the game, but there's no way I'm keeping that updated as new Codexes come out; the formulas would be relatively complex, particularly for non-linear agendas where you have to do it Y times before getting any XP at all. Better to keep it simple. Well, better for me. Not so much for you.

Optional unit sheet format: full stats & weapon profiles

Following a suggestion from Dark_Goblin on Goonhammer, I have included an optional format of the unit sheet that gives you the space to include literally all the unit's stats, thus meaning you wouldn't need a codex or other summary sheet during your games. This format will probably suit some people more than others, and takes up a bunch more visual space, but it would enable you to incorporate the bonuses from your Battle Honours straight into your stats.

Upgrading your Roster to v1_3

Honestly this update is big enough that it might just be easier to copy the stuff out of your current roster and into a fresh copy. It's a non-mandatory bummer, I know, but hopefully the quality of life improvements are worth it. If it's any consolation, I currently have no ideas for further improvements, so it's not like I'll be putting out another big change in a few weeks.

If you really don't want to have to update your unit cards, you could just export the Requisition Log. To do this, right click on its sheet name and click Copy To > Existing Spreadsheet, and then select your current roster from your Google Drive.

If you have thoughts on these changes, good or bad, please leave a comment so I know what works and what could be improved. Cheers!

Version 2_0

26th June 2023

Cometh the new edition, cometh the update! The original post above has been edited to reflect the 10th edition roster rather than the original 9th edition one as I assume most people will be playing the new edition. The last 9th edition version can be found here if you're still playing that edition.

German Language Version

17th March 2023

As per the comment section below, Florian very kindly made this German language version of the roster.

Automated 40K Crusade Roster (2024)

FAQs

How many Crusades are there in 40k? ›

The thirteen Black Crusades led by Abaddon the Despoiler, the "Warmaster of Chaos," have proven to be some of the most dangerous and potent military threats the Imperium has ever faced.

What is the 40k Crusade format? ›

What is Crusade? Crusade is a narrative format for Warhammer 40k where you will assemble a fighting force that will, through your games with them, grow stronger, acquire upgrades, battle scars, and build themselves a story. You can find the full rules for Crusades in the Core Rule Book starting from page 112-113.

How does Crusade work in 40k? ›

In Crusade you build an Order of Battle, the list of units available to build armies with, and then field those units in games of Warhammer 40k. You can add or remove units from your Order of Battle as you like, and increase the size of your Order of Battle by using Requisition Points (RP), the mode's primary currency.

What are Crusade points 40k? ›

A unit's Crusade points total is a measure of how many upgrades and bonuses it has gained as part of your Crusade force - when first included in your Crusade force it will typically start at 0, but will increase as the unit gains experience in battle.

How many black Crusades are there in 40K? ›

There have been 13 Black Crusades, each of them succeeding at a different goal. The targets of the Crusades were : 1st: Abaddon leads forces against Cadia and claims his Daemon sword Drach'nyen.

How long did all 4 Crusades last? ›

The First Crusade lasted from 1096 to 1099. The Second Crusade began in 1147 and ended in 1149. The Third Crusade started in 1189 and was concluded in 1192. The Fourth Crusade got underway in 1202 and ended in 1204.

What is Warhammer 40K a parody of? ›

Warhammer 40k slipped from a satire of fascism to a love letter to it. “Oldhammer” 40k is very “punk” (a band logo even ended up on some armor, I THINK it was The Cure or something). VERY anti-establishment. It focuses on Rogue Traders flaunting the laws of the draconian Imperium and being generally scummy.

Is 40K canon to Warhammer? ›

Within the Warhammer 40,000 community, most content created or licensed by the franchise's owner, Games Workshop, Limited, is considered canon. However, due to the myriad sources and the extended time period that lore has been produced over, some sources are considered "more" canon than others.

Do you use detachments in Crusade? ›

You can only have the one set of Detachment rules and everything in the Army Roster must follow the Detachment rules where applicable. Note that you can still build armies from your Order of Battle using different detachments (when those are available), but you'll have to settle on one when you build your army.

What religion is Warhammer 40k? ›

The Imperial Cult, also called the Cult Imperialis in High Gothic, is the official and only state religion of the Imperium of Man. It is devoted to the worship of the Emperor of Mankind as the ascended divinity and saviour of Humanity.

What does D mean in Warhammer 40k? ›

Armour Penetration (AP): How good the weapon's attacks are at getting through armour. Damage (D): The amount of damage inflicted by a successful wound.

What is the fresh recruits Crusade? ›

The Fresh Recruits Requisition enables you to increase the size of an existing unit – even one that gained its first rank – on your Order of Battle.

How many points should my 40k army be? ›

A standard game of 40k is played with either 1500, 1850, or 2000 points, however games can be played with how ever many points both players agree upon. For beginning players it is recommended to start by playing a match using a 1000 point limit.

How big was the Great Crusade 40k? ›

As the Great Crusade drew to a close in the early 31st Millennium, some 203 standard years after it began, there were 4,287 primary Expedition Fleets engaged upon the business of enforcing Imperial Compliance and extending the Imperial aegis across the galaxy as well as 60,000+ secondary deployment groups involved in ...

How many Crusade were there? ›

The Crusades were a series of religious wars between Christians and Muslims started primarily to secure control of holy sites considered sacred by both groups. In all, eight major Crusade expeditions—varying in size, strength and degree of success—occurred between 1096 and 1291.

How many Crusader kingdoms were there? ›

The terms Crusader states and Outremer (French: outre-mer, lit. 'overseas') describe the four feudal states established after the First Crusade in the Levant in around 1100: (from north to south) the County of Edessa, the Principality of Antioch, the County of Tripoli, and the Kingdom of Jerusalem.

How long did the Great Crusade last in 40K? ›

As the Great Crusade drew to a close in the early 31st Millennium, some 203 standard years after it began, there were 4,287 primary Expedition Fleets engaged upon the business of enforcing Imperial Compliance and extending the Imperial aegis across the galaxy as well as 60,000+ secondary deployment groups involved in ...

How many worlds are there in 40K? ›

The Imperium encompasses countless worlds. No one has ever been able to map all of them and no one can truly even say how many there are beyond the figure of 1,000,000 normally cited above.

Top Articles
Latest Posts
Article information

Author: Saturnina Altenwerth DVM

Last Updated:

Views: 5852

Rating: 4.3 / 5 (64 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Saturnina Altenwerth DVM

Birthday: 1992-08-21

Address: Apt. 237 662 Haag Mills, East Verenaport, MO 57071-5493

Phone: +331850833384

Job: District Real-Estate Architect

Hobby: Skateboarding, Taxidermy, Air sports, Painting, Knife making, Letterboxing, Inline skating

Introduction: My name is Saturnina Altenwerth DVM, I am a witty, perfect, combative, beautiful, determined, fancy, determined person who loves writing and wants to share my knowledge and understanding with you.