I have a row with 12 cells lets say B1:B12 (they stand for Jan-Dec). Each cell could be blank or have an "G", "A", or "R". These 12 cells track the monthly project status for a year. There is another cell, A1 that will always have an "G", "A", or "R". A1 represents the current months Project status. There is a "Status Reporting Date" cell, A2, that is filled in with the current date.
What I want to do is evaluate the "Status Reporting Date", using something like MONTH(A2), when the reporting date is equal to the month in cells B1:B12, then update that months cell in B1:B12 with the "G", "A" or "R" from the A1 Current Month Project Status. However, when the Status Reporting Date does not match the other 11 months (cells), I don't want to over-write the content of the B1:B12 cell. (this is the part I can't get to work)
The cells might look like this, then each month when the report is updated, the matching cell would be updated with the new status.
The first two cells are blank because the project didn't start until March. The other 10 cells hold the monthly history of the project.
| | |A|A|G|G|G|G|A|R|A|G|
Any ideas how to update the 12 cells, without changing the value of each cell, unless the Status Reporting Date matches the cell representing that month?
Thanks
Bookmarks