Is there a way to make a macro output text based upon a value? Here is my intent: In the D&D 5E Character sheet within the Resources tab, I have a resource that flips between 0 and 1. I want to make a macro within the sheets "Attributes and Abilities" tab that outputs either "Something" or "" depending on whether or not the resource value is 0/1. Nothing else being output, just the text. This way, if a different macro calls for this output, it can get the desired output automatically (no queries, etc. Only manual part is editing the value) Are there ways in which I can do so?