Modifying Data in XLSX Worksheets
If you have downloaded a Report Builder report in Microsoft Excel Workbook (.xlsx) format, you can augment the data shown using a pre-built function to display the data displayed for a named data range.
For example, your downloaded report might contain the following named data ranges:
| Table 1 | ||
| Company Name | USA | USA |
| Merlin Technologies Ltd | 2049 | 464 |
| Merlin Technologies Pty. | 167 | 832 |
| Merlin Technologies, Inc. | 3525 | 894 |
To display the data for a named data range elsewhere in your report, perform the following steps:
- Click into the cell you want to use to display data from your source named data range.
- Enter = and type your named range. For example, Table1.
- Double-click your selected range.
- Press Enter. The named data range is now copied to its new location in the worksheet.
SECTIONS