# Importing a Google Sheet to use as a Goal Column

To add a target or goal column to your report:

1. **Build and Preview Report**: Create and preview your table report in Hockeystack.
2. **Export as CSV**: Export the report to a CSV file.
3. **Import to Google Sheets**: Open Google Sheets and paste the CSV data.
4. **Align Breakdowns**: Ensure the breakdowns match between Google Sheets and the Hockeystack Report.
5. **Add Goal Column**: In Google Sheets, create a new column for your expected goal numbers.
6. **Publish Google Sheet**: Publish the Google Sheet and obtain the `sheetId`.
7. **Set Up Goal Column**:
   * In Hockeystack, select "Sheet" from the column definition options.
   * Paste the `sheetId`.
   * Specify the name of the column intended for measurement.
8. **Preview and Examine**: Click "Preview Report" to view the imported goal column alongside the progress column.

**Note**: Always edit both the report and Google Sheet simultaneously to keep them aligned.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/marketing-intelligence/reports/importing-a-google-sheet-to-use-as-a-goal-column.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
