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
1
withBusiness Interest
- Replace any number
2
withRepresenting an interest group
- Replace any number
3
withProfession
Column D
- Replace any number
1
withAgree
- Replace any number
2
withDisagree
- Replace any number
3
withDon't know
Here's a link to my example Google Sheet I've simplified it.