The Google Sheets formula bar displays a formula that has the syntax:
<code>=CHOOSE("Value1", "Value2", "Value3", "Value4")</code>
Value4 represents the column or row name. Only edit this value.
For example, suppose you have a sales sheet that uses a Products list for the rows. You might want to update the name of one of the products from Gold Collection to Platinum Collection.

When you select the cell for Gold Collection, the following formula displays:
<code>=CHOOSE(3, "101000000003", "206000000002", "Gold Collection")</code>
Gold Collection is the value between the final set of quotation marks. To rename the row header, replace Gold Collection with Platinum Collection.
Remember: when you edit the formula for a header name imported from Anaplan, you must change only the name (the value in the last set of quotation marks). The rest of the formula retrieves data from Anaplan when you refresh the connection.
If you cannot see the Google Sheets formula bar, contact your IT department. It may be hidden due to your company IT picy. The Anaplan Google Sheets Add-in does not disable the formula bar.
To rename a column or row that has been imported from Anaplan:
- Click the row or column header you want to rename.
- Edit the column or row name between the last set of speech marks.
In the example above, you would overwrite the row name Gold Collection. - Press Enter.
The header updates.