I have 3 columns of data 1. items (numerical numbers from 1-15) 2. status(red, yellow, green) 3.cost(dollar amounts). out of these 3 columns 2. status changes every month. i need to keep a running tab on how many of items have a red, yellow, or green status at the end of each month and how much cost it is per status state. at the end of each month i could do a manual count an populate the reults manually, but how would i automate it so i will have the result from feb added to the reults from jan which were added to the results from dec, each in a different column based on month?
Bookmarks