missnhanley
New Member
- Joined
- Aug 17, 2005
- Messages
- 37
Hi Guys,
Hoping this is a quick one you can help me with.
I have a master team spreadsheet that links to many other user spreadsheets.
I am using the ISERROR function to ensure that cells stay blank if there is an error or no user date, my forumla is as follows:
I now need to add more user spreadsheets and the forumla is too long/big, can anyone suggest a way of shortening this?
Many thanks in advance.
Hoping this is a quick one you can help me with.
I have a master team spreadsheet that links to many other user spreadsheets.
I am using the ISERROR function to ensure that cells stay blank if there is an error or no user date, my forumla is as follows:
=IF(ISERROR(('S:\FILE PATH\FOLDER\[User 1 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 2 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 3 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 4 Spreadsheet.xls]Daily Summary'!C5)),"",(('S:\FILE PATH\FOLDER\[User 1 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 2 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 3 Spreadsheet.xls]Daily Summary'!C5)+('S:\FILE PATH\FOLDER\[User 4 Spreadsheet.xls]Daily Summary'!C5))
I now need to add more user spreadsheets and the forumla is too long/big, can anyone suggest a way of shortening this?
Many thanks in advance.