I want to have VBA code add specific words to a cell (B2), based on a string of letters in a different cell (A1)...
As an example I have 10 buildings, each represented by a string of letters. In cell A1, I want to input the building designation (ie: "bnumber3".. but each building number has a different text string), and then I want a pre-defined text string to populate cell B2... something like "3 bedroom and 3 garages".
There is already some vba in the file, but not performing the functionality mentioned above.
Thanks!