0% found this document useful (0 votes)
31 views2 pages

Weap Equa

The document contains formulas for calculating THAC0 values for 11 weapons by referencing other cells and sheets and performing logical checks and reductions based on certain conditions being true.

Uploaded by

Olivier
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Weap Equa

The document contains formulas for calculating THAC0 values for 11 weapons by referencing other cells and sheets and performing logical checks and reductions based on certain conditions being true.

Uploaded by

Olivier
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

weap_equa

ADJ THAC0 - note merged cells counted in reative reference

weapon 1 - R21C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R4C2 = TRUE, R9C6,0) -
IF('r3'!R4C3 = TRUE,R6C4,0)
)

weapon 2 - R22C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R5C2 = TRUE, R9C6,0) -
IF('r3'!R5C3 = TRUE,R6C4,0)
)

weapon 3 - R23C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R6C2 = TRUE, R9C6,0) -
IF('r3'!R6C3 = TRUE,R6C4,0)
)

weapon 4 - R24C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R7C2 = TRUE, R9C6,0) -
IF('r3'!R7C3 = TRUE,R6C4,0)
)

weapon 5 - R25C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R8C2 = TRUE, R9C6,0) -
IF('r3'!R8C3 = TRUE,R6C4,0)
)

weapon 6 - R26C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R9C2 = TRUE, R9C6,0) -
IF('r3'!R9C3 = TRUE,R6C4,0)
)

weapon 7 - R27C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R10C2 = TRUE, R9C6,0) -
IF('r3'!R10C3 = TRUE,R6C4,0)
)

weapon 8 - R28C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R11C2 = TRUE, R9C6,0) -
IF('r3'!R11C3 = TRUE,R6C4,0)
)
weapon 9 - R29C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R12C2 = TRUE, R9C6,0) -
IF('r3'!R12C3 = TRUE,R6C4,0)
)

weapon 10 - R30C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R13C2 = TRUE, R9C6,0) -
IF('r3'!R13C3 = TRUE,R6C4,0)
)

weapon 11 - R31C14

=(IF(NOT(ISNUMBER(R19C8)),20,R19C8) - IF(NOT(ISNUMBER(RC[-7])),0,RC[-7]) -
IF(NOT(ISNUMBER(RC[-6])),0,RC[-6]) - IF('r3'!R14C2 = TRUE, R9C6,0) -
IF('r3'!R14C3 = TRUE,R6C4,0)
)

You might also like