Concatenated formula bringing in duplicate entries. Is there a clever way to solve for this?
Hey guys!
Long time - no posting....
I have a good one here dealing with calculated fields and a concatenated formula. The field is a simple concatenated formula to give us one answer from several different fields. Easy, right? What is happening is, the field is populating correctly if we only use it once. If we have to make an update or change to a selection that sits within that concat formula, then it displays both selections rather than replacing the old selection. I've tried some IF(ISBLANK) and some REPLACE statements, but with no success. Even if I clear out all of the previous selections, save it, and then open it back up, the original calc stays. Anybody else run into this one before?
CONCAT({field A}, {field B}, {field C})