I am working with a spreadsheet that has 3 date ranges. One workbook contains income data based on dates from 3/1/2008 through 3/31/2009; another contains income data between 4/1/2009 and 5/31/2010; and another contains income data based after 6/1/2010. The main workbook has dates ranging over the span of 3/1/2008 through 7/31/2010. Beside each date, I need to insert the correct income data based on . Can anyone please help in creating an IF, Then statement that would look at each date and returns the proper Income for that date range.
For example, if the date show 7/12/2008, the formula would go to the correct workbook, and return the correct income data.
=IF( DATE is between A and B, go to Workbook A to retrieve income data, IF Date is between C and D, go to Workbook B to retrieve income data, and if Date is between E and F, go to Workbook C to retrieve income data.)
Thanks!
For example, if the date show 7/12/2008, the formula would go to the correct workbook, and return the correct income data.
=IF( DATE is between A and B, go to Workbook A to retrieve income data, IF Date is between C and D, go to Workbook B to retrieve income data, and if Date is between E and F, go to Workbook C to retrieve income data.)
Thanks!