I'm trying to create a spreadsheet that will take a project's cashflow entered into one sheet and put it into another sheet, but I need it to automatically be placed into certain cells depending on the date that is entered. For example, if on the input sheet, they put in a project that will cost $200,000 and cashflow it out to $25,000, $50,000, $10,000, $40,000, and $75,000, and they expect to start in January 2006, the other sheet needs to automatically read the information and put the first value, $25,000 into the cell for January 2006, the 2nd value in the cell for February 2006, the 3rd for March, etc. However, if they wanted to go back and change the date, those values need to automatically move to the new months. I was using an IF function, and it was working well. However, first of all, the function got extremely long and complicated. Second of all, IF functions only hold 7 arguments and I need to be able to cashflow up to 12 months so it's not going to work. If anyone can help me I would greatly appreciate it.