I'd like to be able to change the value of cell, from a number to text - but I'm not sure how to do it?
I have two tabs, Source and Heath Hill.
Heath Hill uses Query to pull in specific cells from the source tab. Here's my formula:
=QUERY(Source!$1:$1000,"select A,AB, D,F where C = 'Heath Hill'",1)
Columns C and D in Heath Hill are numbers, I'd like to be able to replace them with text.
Column C
- Replace any number
1withBusiness Interest - Replace any number
2withRepresenting an interest group - Replace any number
3withProfession
Column D
- Replace any number
1withAgree - Replace any number
2withDisagree - Replace any number
3withDon't know
Here's a link to my example Google Sheet I've simplified it.
