I’m trying to concatenate several fields and want certain fields to start and end with quotes (“…..”). When I put a cell (B2) inside this, the cell (B2) is shown as plain text with quotes around it.
CONCATENATE("""B2""") -> "B2"
CONCATENATE("""B2""") -> "(whatever is in cell B2)"
Try this:
@widor provided a nice solution alternative too – integrated with mine: