I have a sheet which exports from another program into Excel. The sheet layout stays pretty much the same and the two cell columns I need start AL12 and AG12.
I want to reference into a summary workbook, so that every time I export the figures from the other program all I have to do is update the reference to the new export.
Now I know how to reference a cell from another work book, but what I want is to apply a =NETWORKDAYS function into the summary book. which references the original exported workbook.
AL12 has 01/01/15
AG12 has 01/07/15
applying networkdays formula works great but how do i get that to work from the other summary book?
=NETWORKDAYS('[PWC.xls]7011788'!AG12,AL12) I tried this but it doesn't calculate properly, WORKBOOK is PWC SHEET is 7011788
Bookmarks