I am creating a worksheet that needs to input information from other worksheets that have not been created yet. I will be using this to input information as time goes on (monthly); however when trying to create the cell, I get a message that says "a formula in this worksheet involves one or more invalid references. Verify that your formula contains a valid path, workbook, range name, and cell reference." The worksheets I am trying to reference will be created eventually, but I want a formula that will not have to be updated monthly and I can just use it to roll over month to month.
My current formula looks as such:
=IF((IF($A$2=1, '[2014 Corp Engineering Project Codes.xls]Period 1'!$A13, 0))(IF($A$2=2, '[2014 Corp Engineering Project Codes.xls]Period 2'!$A13, 0))(IF($A$2=3, '[2014 Corp Engineering Project Codes.xls]Period 3'!$A13, 0))(IF($A$2=4, '[2014 Corp Engineering Project Codes.xls]Period 4'!$A13, 0))(IF($A$2=5, '[2014 Corp Engineering Project Codes.xls]Period 5'!$A13, 0))(IF($A$2=6, '[2014 Corp Engineering Project Codes.xls]Period 6'!$A13, 0))(IF($A$2=7, '[2014 Corp Engineering Project Codes.xls]Period 7'!$A13, 0))(IF($A$2=8, '[2014 Corp Engineering Project Codes.xls]Period 8'!$A13, 0))(IF($A$2=9, '[2014 Corp Engineering Project Codes.xls]Period 9'!$A13, 0))(IF($A$2=10, '[2014 Corp Engineering Project Codes.xls]Period 10'!$A13, 0))(IF($A$2=11, '[2014 Corp Engineering Project Codes.xls]Period 11'!$A13, 0))(IF($A$2=12, '[2014 Corp Engineering Project Codes.xls]Period 12'!$A13, 0)))
I have up to 'Period 6' created so far, the error highlights 'Period 7'.
Bookmarks