Nellisir
Hero
I'm working on encounter tables in Excel, and it's actually going quite well (thanks to an initial equation from Eric Noah). The more I add, the more I think of adding, though, and the more questions I run into.
Thanks!
- Can Excel generate or select a random number, or one in a range? (1-100, or 2d4+3, for example)
- Can you arrange a formula to only use visible rows (ie, if you hide all creatures of CR 8 or greater) What about visible rows but hidden columns? (right now I have some behind-the-scenes stuff in hidden columns)
- I might be able to figure this out later, but an answer now would save time...
This equation gives the EL of an enounter:=IF(J3=1,L3,IF(J3=2,L3+2,IF(J3=3,L3+3,IF(J3=4,L3+4,IF(J3=5,L3+5,IF(J3=6,L3+5,IF(J3=7,L3+6)))))))IF(J3=5 OR J3=6,L3+5
Thanks!
Last edited: