Heliomance / HeroForge-Anew

An interactive character builder spreadsheet for D&D 3.5, built in Excel.
https://sites.google.com/site/heroforgeanew
76 stars 30 forks source link

Custom Template LA issue #125

Open Lawlerga opened 4 years ago

Lawlerga commented 4 years ago

Hi there

LA for the custom template wasn't showing up on the main character sheet at all (I was adding in quick details for the winged template as that isn't implemented yet)

its a very quick fix though just need to update the formula in Template Info AO 15 from =IF($AU15,CLEAN(INDEX(CustomTemplate,COLUMN())),"")

to =IF($AU15,NUMBERVALUE(CLEAN(INDEX(CustomTemplate,COLUMN()))),"")

the clean formula seems to convert the number into the raw text instead.