I am trying to add three separate columns together, but sometimes, one column will have text in it instead of a number. Is there a way to get the formula to exclude anything that's not a number? My brain isn't functioning high enough to come up with something that works lol.
This is my current formula:
=IFERROR(Rate@row + OpEx@row + [E & J]@row, "TBD")