I need a vba macro created. I need to create a dynamic array that stores the values of each cell in row N...I need it to assign values based on the value of the cell...if after 11am and before 2pm then value=lunch..if after 2pm and before 5pm then value=afternoon, if after 5 and before 8pm then dinner, past 8pm value =latenight. I need these values to be transposed onto row w. I need it to be run as a macro and the values must be stored in an array then transposed. The transposed values will either be lunch, afternoon, dinner, late night with their values being based off of the values of the cells in row N
Solved by O. J. in 17 mins