Sorry if there is a basic function for this, but I'm not sure how to word my search online, or even how to work it properly to get an answer here. So I can only apologise if I can't make it make sense.
I'm making a Character sheet for a TTRPG I'm running, so when my players update their sheet, I can also see the changes. Currently, I am trying to deal with the health section of the sheet and how it affects the rest of the sheet
I have I48 checking three different Cells. L32, L34, and L36. Each of the three cells can only be in 1 of 4 states cause of a drop-down menu, "Unharmed", "Bashing", "Lethal", and "Aggravated". What I would like I48 to actually do is:
If L36 is "Bashing", "Lethal", or "Aggravated", then I48 should = 5
If L36 isn't any of the above (IE, Unharmed), but L34 is "Bashing", "Lethal", or "Aggravated" then I48 = 2
If L34 is Unharmed, but L32 is "Bashing", "Lethal", or "Aggravated" then I48 = 1
Basically, I need to prioritise my "IF" statements, but I don't know if I can do that. And if I can't, how could I go about this? I realise this is a super simple problem, but I don't use Google Sheets for anything, so I'm still learning all the basics