Hello,
So I am trying to use the formula to join all of the data from 1 sheet into a cell if there are multiple rows with the same data on.
It work's for the most part, however the date I want to join together are all percentages, and it keeps joining the data not in a percentage format...
Is there anyway to do this at all?
This is the current formula I am trying to work with:
=ArrayFormula(TEXTJOIN(" - ",TRUE,IF('Saving Calculator'!B15:B45=B43,'Saving Calculator'!C15:C45,"")))
The percentages I want to try and join together are in the C column, and the word it is looking for to match with is in the B column
I have a feeling it will have something to do with TEXT function, but no idea where about to incorporate it into the formula :/
So I am trying to use the formula to join all of the data from 1 sheet into a cell if there are multiple rows with the same data on.
It work's for the most part, however the date I want to join together are all percentages, and it keeps joining the data not in a percentage format...
Is there anyway to do this at all?
This is the current formula I am trying to work with:
=ArrayFormula(TEXTJOIN(" - ",TRUE,IF('Saving Calculator'!B15:B45=B43,'Saving Calculator'!C15:C45,"")))
The percentages I want to try and join together are in the C column, and the word it is looking for to match with is in the B column
I have a feeling it will have something to do with TEXT function, but no idea where about to incorporate it into the formula :/