I currently have a formula telling me the the date in which an animal reaches 16 months in age or 30 months in age, depending on whether they are a "B" or an "ST".
=IF(E3="B",EDATE(C3,16),IF(E3="ST",EDATE(C3,30)))
Would it be possible to add a function that would display a dash "-" if the B...