So i was trying to set up a macro that produces a table combined with a couple drop down menues. What it should basically look like is that you get a drop down where you first get to choose your characteristics (e.g. Intelligence) then depending on what you chose it shows you the target score you have to beat in the next column named target which is provided by adding the ability score + a modifier. Then in the next column it is supposed to roll a d100 and in the last collumn substract the rolled d100 from the target score. I dont know if you understand what i mean :D What i have so far is this: &{template:default}{{name = Ability Test}}{{Ability = ?{Characteristics |Willpower, **Willpower**|Intelligence, Intelligence} I just dont know if it is possible with macros to refer to another column or if it would be possible that if i choose Willpower from the dropdown menu it creates another column called "Target" which would be filled with @{Willpower} +?{modifier|0} or if I need API for that...