Hi All,
I'm currently running a report each day. It pulls data from Team Foundation Server (TFS) in to a table (in Excel 2010) which is referenced by a number of queries which perform simple calculations. Those calculations are displayed next to the TFS data and are used to sort it.
Example of report display with different calculation options discussed below. TFS sourced data to be shown in blue section, calculations to be provided in grey section and used to sort both sections.
Report.PNG
I'm currently using calculation option 2 from the image.
The issue I'm seeing is that when the TFS data is updated by using the Refresh button in the Team tab any item that no longer exists in the query shows #REF errors and new items do not appear unless I create new lines to query them. Each morning I therefore have to autopopulate all the calculation cells in order to essentially refresh them.
I've tried working around the issue by using the INDIRECT() function but am having some issues - it seems the only way to autopopulate INDIRECT() is by calling it using cell based formulas eg =INDIRECT(CELL("address",A1)) or =INDIRECT("R"&ROW()&"C"&COLUMN(),FALSE). These work to display the data but cannot be used to sort it as far as I can see.
I'd appreciate any thoughts or assistance as I'm going a little bonkers trying to sort this out![]()
Bookmarks