My workbook contains two sheets: a master data sheet and a template. When I run a macro it copies the template to a third sheet which is then populated with specified information from the master sheet. One column that is copied is filled with numbers, from 1-4; each number represents a time code(eg. 1 = Full time, 2 = Part time, 3 = Intermittent, 4 = Seasonal). Unfortunately for me, people in a much higher place have decided that it's too difficult to do this conversion in their heads and want the reports that I run to have the text reference in the noted column instead of the number.
I am completely open to any VBA or function suggestions for solving this... conditional formatting, worksheet_change, altering the template, vba code in existing macros, anything. Almost all searches on converting numbers refers to changing number values to words for the numbers rather than some other defined value. Also, I don't want to add anymore columns to the current reports. So there it is; any and all advice on this one is greatly welcomed and appreciated!
I am completely open to any VBA or function suggestions for solving this... conditional formatting, worksheet_change, altering the template, vba code in existing macros, anything. Almost all searches on converting numbers refers to changing number values to words for the numbers rather than some other defined value. Also, I don't want to add anymore columns to the current reports. So there it is; any and all advice on this one is greatly welcomed and appreciated!