I've been working on a work schedule for which one spreadsheet references another. Is there anyway to get the spreadsheet/cell info to auto-update. I have to do the schedule in a two week format. The formula I'm using (Thanks again Skip) is as follows:
=IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Red","SICK",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Rose","L",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Light Yellow","ON",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Light Green","PH","OFF"))))
Where I need the 0225-0310 to be able to update, or be able to have it changed in the entire sheet, as every two weeks this value changes. I'm hoping the answer isn't to do it manually, please help. Also when I email it to my work address it shows the location of the file from my home computer and when I update it I get the #### value.
=IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Red","SICK",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Rose","L",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Light Yellow","ON",IF(WhatInteriorColor('[ANCILLARY 2007.xls]0225-0310'!$E$6)="Light Green","PH","OFF"))))
Where I need the 0225-0310 to be able to update, or be able to have it changed in the entire sheet, as every two weeks this value changes. I'm hoping the answer isn't to do it manually, please help. Also when I email it to my work address it shows the location of the file from my home computer and when I update it I get the #### value.